diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-17 16:00:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-17 16:00:29 +0000 |
commit | 3a5af168f02d598b61b4a589eb9290740a9c8ad5 (patch) | |
tree | ad5383c482d1fba93e7294aa7789ae20c549d67c /textproc/rman/patches | |
parent | 28fd456bb0a211402033763137793873c4803a49 (diff) | |
download | pkgsrc-3a5af168f02d598b61b4a589eb9290740a9c8ad5.tar.gz |
update for V3.0.4, from FreeBSD
Diffstat (limited to 'textproc/rman/patches')
-rw-r--r-- | textproc/rman/patches/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/rman/patches/patch-aa b/textproc/rman/patches/patch-aa index 026daa3dc8a..285788d7a9c 100644 --- a/textproc/rman/patches/patch-aa +++ b/textproc/rman/patches/patch-aa @@ -1,16 +1,17 @@ ---- Makefile.orig Sat Apr 12 08:59:15 1997 -+++ Makefile Sat May 31 04:52:01 1997 -@@ -15,17 +15,16 @@ +--- Makefile.orig Mon Dec 1 07:32:00 1997 ++++ Makefile Mon Dec 8 16:42:52 1997 +@@ -15,17 +15,17 @@ # this must be a directory that's in your bin PATH. # MANDIR holds the man page. --BINDIR = /home/auspex/h/bair/phelps/bin +-BINDIR = /private/share/bin -#BINDIR = /usr/local/bin -MANDIR = /home/auspex/h/bair/phelps/man/man1 -#MANDIR = /usr/local/man/man1 -+PREFIX?= /usr/local ++#BINDIR = /private/share/bin +BINDIR = ${PREFIX}/bin -+MANDIR =${PREFIX}/man/man1 ++#MANDIR = /home/auspex/h/bair/phelps/man/man1 ++MANDIR = ${PREFIX}/man/man1 ### if you have GNU gcc v2.x, use these definitions |