summaryrefslogtreecommitdiff
path: root/textproc/rman/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /textproc/rman/files/patch-aa
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'textproc/rman/files/patch-aa')
-rw-r--r--textproc/rman/files/patch-aa52
1 files changed, 0 insertions, 52 deletions
diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa
deleted file mode 100644
index 39d3ab410530..000000000000
--- a/textproc/rman/files/patch-aa
+++ /dev/null
@@ -1,52 +0,0 @@
-*** 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