diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-19 06:54:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-19 06:54:29 +0000 |
commit | ef266c5fdb2537a4077c8cab7b77135a492eb556 (patch) | |
tree | bb48c63391ac2057ed5d9f9bde33b2b0c8b9addd /textproc/rman/files | |
parent | 541ec1dba1e7c2c331a383edc344b4fece9ee0a5 (diff) |
Notes
Diffstat (limited to 'textproc/rman/files')
-rw-r--r-- | textproc/rman/files/patch-aa | 85 |
1 files changed, 33 insertions, 52 deletions
diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa index 39d3ab410530..52c06aade409 100644 --- a/textproc/rman/files/patch-aa +++ b/textproc/rman/files/patch-aa @@ -1,52 +1,33 @@ -*** 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 +--- ./Makefile.org Sat Jul 1 18:07:43 1995 ++++ ./Makefile Fri Aug 18 21:31:56 1995 +@@ -15,17 +15,15 @@ + # this must be a directory that's in your bin PATH. + # MANDIR holds the man page. + +-BINDIR = /home/auspex/h/bair/phelps/bin +-#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 + + + ### if you have GNU gcc v2.x, use these definitions + +-CC = gcc ++# CC = gcc + # if you don't have gcc v2.x, try -O for CFLAGS +-CFLAGS = -O2 -finline-functions ++CFLAGS += -finline-functions + + ### 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 |