summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-11-05 07:02:32 +0000
committerHans de Graaff <graaff@gentoo.org>2010-11-05 07:02:32 +0000
commitac36e24d4b498a20b506e48e95a995e2116684e5 (patch)
treebed4c01c33b93b9338f7d242adf8d167a01c8494 /app-office/tpp/files
parentFix encoding in ChangeLog (diff)
downloadgentoo-2-ac36e24d4b498a20b506e48e95a995e2116684e5.tar.gz
gentoo-2-ac36e24d4b498a20b506e48e95a995e2116684e5.tar.bz2
gentoo-2-ac36e24d4b498a20b506e48e95a995e2116684e5.zip
Remove unused file, fixing bug 344157.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-office/tpp/files')
-rw-r--r--app-office/tpp/files/tpp-1.3-Makefile.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-office/tpp/files/tpp-1.3-Makefile.patch b/app-office/tpp/files/tpp-1.3-Makefile.patch
deleted file mode 100644
index b840a681ef63..000000000000
--- a/app-office/tpp/files/tpp-1.3-Makefile.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-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-1.3
-+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