aboutsummaryrefslogtreecommitdiff
path: root/textproc/rman
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-05-30 20:01:42 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-05-30 20:01:42 +0000
commit669f12c3222b280736cbc116ef62d7b3f8f5574c (patch)
tree2445f9e52858146b684b179901dc70bc67505676 /textproc/rman
parent44f2223e97f96151baee7ddfe49a3299a3bb357a (diff)
downloadports-669f12c3222b280736cbc116ef62d7b3f8f5574c.tar.gz
ports-669f12c3222b280736cbc116ef62d7b3f8f5574c.zip
Make this port respect the value of ${PREFIX}.
Notes
Notes: svn path=/head/; revision=6642
Diffstat (limited to 'textproc/rman')
-rw-r--r--textproc/rman/files/patch-aa20
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