aboutsummaryrefslogtreecommitdiff
path: root/textproc/rman/files
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-12-28 08:53:21 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-12-28 08:53:21 +0000
commita0c3f92c96eb5e93c127eb5ef32871573f1eeb10 (patch)
tree62ceb32434d601ddf5c3f3d5095797ca63bdf3ae /textproc/rman/files
parent43b8f7895333c30d48458a7555e6ae448cd406e3 (diff)
downloadports-a0c3f92c96eb5e93c127eb5ef32871573f1eeb10.tar.gz
ports-a0c3f92c96eb5e93c127eb5ef32871573f1eeb10.zip
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> brings us his rman port.
Thanks, Thomas. Submitted by: thomas
Notes
Notes: svn path=/head/; revision=636
Diffstat (limited to 'textproc/rman/files')
-rw-r--r--textproc/rman/files/patch-aa52
1 files changed, 52 insertions, 0 deletions
diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa
new file mode 100644
index 000000000000..39d3ab410530
--- /dev/null
+++ b/textproc/rman/files/patch-aa
@@ -0,0 +1,52 @@
+*** Makefile.orig Thu Dec 22 22:25:05 1994
+--- Makefile Tue Dec 27 16:16:10 1994
+***************
+*** 15,29 ****
+ # this must be a directory that's in your bin PATH.
+ # MANDIR holds the man page.
+
+! BINDIR = /home/auspex/h/bair/phelps/bin
+! MANDIR = /home/auspex/h/bair/phelps/man/man1
+
+
+ ### if you have GNU gcc v2.x, use these definitions
+
+! CC = gcc
+ # if you don't have gcc v2.x, try -O for CFLAGS
+! CFLAGS = -O2 -finline-functions
+
+ ### if you just have a standard UNIX, use these instead of GNU
+ ### CC must be an ANSI C compiler
+--- 15,29 ----
+ # this must be a directory that's in your bin PATH.
+ # MANDIR holds the man page.
+
+! BINDIR = /usr/local/bin
+! MANDIR = /usr/local/man/man1
+
+
+ ### if you have GNU gcc v2.x, use these definitions
+
+! # CC = gcc
+ # if you don't have gcc v2.x, try -O for CFLAGS
+! CFLAGS += -finline-functions
+
+ ### if you just have a standard UNIX, use these instead of GNU
+ ### CC must be an ANSI C compiler
+***************
+*** 46,52 ****
+ # the second the volume/section number.
+
+ MANTITLEPRINTF = "%s(%s) manual page"
+! MANREFPRINTF = "http://localhost/cgi-bin/man2html?%s?%s"
+
+
+ # # # these lines are probably fine
+--- 46,52 ----
+ # the second the volume/section number.
+
+ MANTITLEPRINTF = "%s(%s) manual page"
+! MANREFPRINTF = "http://localhost/usr/local/bin/man2html?%s?%s"
+
+
+ # # # these lines are probably fine