From 7450bc25aa2b48ea924c0b24486a9ccff12e4108 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 13 Jul 2005 17:25:14 +0000 Subject: (#98817) Version bump on behalf of the ruby herd. (Portage version: 2.0.51.22-r1) --- app-office/tpp/files/digest-tpp-1.3 | 1 + app-office/tpp/files/tpp-1.3-Makefile.patch | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 app-office/tpp/files/digest-tpp-1.3 create mode 100644 app-office/tpp/files/tpp-1.3-Makefile.patch (limited to 'app-office/tpp/files') 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 -- cgit v1.2.3-65-gdbad