diff options
author | max <max@FreeBSD.org> | 1997-05-31 04:01:42 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-31 04:01:42 +0800 |
commit | d6639ef9a80240279139c19ddd6f4cc96ac5915d (patch) | |
tree | a19574907417e0b3221566960bd5e9e737764389 /textproc/rman/files | |
parent | 310ef75491fee52ef73332fb8066336fbf194729 (diff) | |
download | freebsd-ports-gnome-d6639ef9a80240279139c19ddd6f4cc96ac5915d.tar.gz freebsd-ports-gnome-d6639ef9a80240279139c19ddd6f4cc96ac5915d.tar.zst freebsd-ports-gnome-d6639ef9a80240279139c19ddd6f4cc96ac5915d.zip |
Make this port respect the value of ${PREFIX}.
Diffstat (limited to 'textproc/rman/files')
-rw-r--r-- | textproc/rman/files/patch-aa | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa index 52c06aade409..026daa3dc8a9 100644 --- a/textproc/rman/files/patch-aa +++ b/textproc/rman/files/patch-aa @@ -1,6 +1,6 @@ ---- ./Makefile.org Sat Jul 1 18:07:43 1995 -+++ ./Makefile Fri Aug 18 21:31:56 1995 -@@ -15,17 +15,15 @@ +--- Makefile.orig Sat Apr 12 08:59:15 1997 ++++ Makefile Sat May 31 04:52:01 1997 +@@ -15,17 +15,16 @@ # this must be a directory that's in your bin PATH. # MANDIR holds the man page. @@ -8,8 +8,9 @@ -#BINDIR = /usr/local/bin -MANDIR = /home/auspex/h/bair/phelps/man/man1 -#MANDIR = /usr/local/man/man1 -+BINDIR = /usr/local/bin -+MANDIR = /usr/local/man/man1 ++PREFIX?= /usr/local ++BINDIR = ${PREFIX}/bin ++MANDIR =${PREFIX}/man/man1 ### if you have GNU gcc v2.x, use these definitions @@ -22,12 +23,3 @@ ### if you just have a standard UNIX, use these instead of GNU. ### CC must be an ANSI C compiler -@@ -48,7 +46,7 @@ - # the second the volume/section number. - - MANTITLEPRINTF = "%s(%s) manual page" --MANREFPRINTF = "http://localhost/cgi-bin/man2html?%s?%s" -+MANREFPRINTF = "http://localhost/usr/local/bin/man2html?%s?%s" - - - # # # these lines are probably fine |