summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-10-14 12:20:30 +0000
committerHans de Graaff <graaff@gentoo.org>2008-10-14 12:20:30 +0000
commit931ab674021ea9fd8dd6bc60bbdf6e18dc4cb856 (patch)
treebf581caed040d9cc39d891e9ba7b6a2753a422a3 /app-office/tpp/files
parentInstall documentation in proper directory (diff)
downloadgentoo-2-931ab674021ea9fd8dd6bc60bbdf6e18dc4cb856.tar.gz
gentoo-2-931ab674021ea9fd8dd6bc60bbdf6e18dc4cb856.tar.bz2
gentoo-2-931ab674021ea9fd8dd6bc60bbdf6e18dc4cb856.zip
Version bump
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-office/tpp/files')
-rw-r--r--app-office/tpp/files/tpp-1.3.1-Makefile.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-office/tpp/files/tpp-1.3.1-Makefile.patch b/app-office/tpp/files/tpp-1.3.1-Makefile.patch
new file mode 100644
index 000000000000..c388b6e229e5
--- /dev/null
+++ b/app-office/tpp/files/tpp-1.3.1-Makefile.patch
@@ -0,0 +1,27 @@
+--- tpp-1.3.1.orig/Makefile 2005-06-12 04:39:10.000000000 -0700
++++ tpp-1.3.1/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-1.3.1
++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