diff options
Diffstat (limited to 'app-text/pep/files/pep-2.8-gentoo.patch')
-rw-r--r-- | app-text/pep/files/pep-2.8-gentoo.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-text/pep/files/pep-2.8-gentoo.patch b/app-text/pep/files/pep-2.8-gentoo.patch new file mode 100644 index 000000000000..8fd2c705af53 --- /dev/null +++ b/app-text/pep/files/pep-2.8-gentoo.patch @@ -0,0 +1,16 @@ +--- Makefile 2003-05-05 11:11:27.000000000 +0000 ++++ Makefile.new 2003-05-05 11:10:31.000000000 +0000 +@@ -78,10 +78,10 @@ + UNZIP = unzip + + # directories, etc. +-BINDIR = /local/bin +-LIBDIR = /local/share/lib/pep ++BINDIR = /usr/bin ++LIBDIR = /usr/share/pep + MANEXT = 1 +-MANDIR = /local/man/man$(MANEXT) ++MANDIR = /usr/share/man/man$(MANEXT) + TODAY = 19950811 + CLOCK = 0200 + VER = 28 |