diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-07-13 17:25:14 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-07-13 17:25:14 +0000 |
commit | 7450bc25aa2b48ea924c0b24486a9ccff12e4108 (patch) | |
tree | be55396788a571d0b370be75cd7433e7d4c659f4 /app-office/tpp/files | |
parent | Marked stable on amd64. (diff) | |
download | gentoo-2-7450bc25aa2b48ea924c0b24486a9ccff12e4108.tar.gz gentoo-2-7450bc25aa2b48ea924c0b24486a9ccff12e4108.tar.bz2 gentoo-2-7450bc25aa2b48ea924c0b24486a9ccff12e4108.zip |
(#98817) Version bump on behalf of the ruby herd.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-office/tpp/files')
-rw-r--r-- | app-office/tpp/files/digest-tpp-1.3 | 1 | ||||
-rw-r--r-- | app-office/tpp/files/tpp-1.3-Makefile.patch | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-office/tpp/files/digest-tpp-1.3 b/app-office/tpp/files/digest-tpp-1.3 new file mode 100644 index 000000000000..5bb87ba69b10 --- /dev/null +++ b/app-office/tpp/files/digest-tpp-1.3 @@ -0,0 +1 @@ +MD5 e83bc5f578418fa3c1726b69b0535edb tpp-1.3.tar.gz 38815 diff --git a/app-office/tpp/files/tpp-1.3-Makefile.patch b/app-office/tpp/files/tpp-1.3-Makefile.patch new file mode 100644 index 000000000000..34b7bf4dfde1 --- /dev/null +++ b/app-office/tpp/files/tpp-1.3-Makefile.patch @@ -0,0 +1,28 @@ +diff -urN tpp-1.3.orig/Makefile tpp-1.3/Makefile +--- tpp-1.3.orig/Makefile 2005-06-12 04:39:10.000000000 -0700 ++++ tpp-1.3/Makefile 2005-07-12 03:46:05.000000000 -0700 +@@ -3,10 +3,10 @@ + ################################################# + + BIN = tpp +-prefix=/usr/local +-INSPATH= $(prefix)/bin/ +-DOCPATH = $(prefix)/share/doc/tpp +-MANPATH = $(prefix)/share/man/man1 ++prefix=/usr ++INSPATH= $(DESTDIR)$(prefix)/bin/ ++DOCPATH = $(DESTDIR)$(prefix)/share/doc/tpp ++MANPATH = $(DESTDIR)$(prefix)/share/man/man1 + + all: + @echo "TPP doesn't need to be built. Run \`make install' in order to install it." +@@ -14,7 +14,9 @@ + install : + mkdir -p $(DOCPATH) + install -m644 DESIGN CHANGES COPYING README THANKS $(DOCPATH) ++ mkdir -p $(MANPATH) + install -m644 doc/tpp.1 $(MANPATH) ++ mkdir -p $(INSPATH) + install tpp.rb $(INSPATH)$(BIN) + mkdir -p $(DOCPATH)/contrib + mkdir -p $(DOCPATH)/examples |