diff options
Diffstat (limited to 'textproc/rman/patches/patch-aa')
-rw-r--r-- | textproc/rman/patches/patch-aa | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/rman/patches/patch-aa b/textproc/rman/patches/patch-aa new file mode 100644 index 00000000000..026daa3dc8a --- /dev/null +++ b/textproc/rman/patches/patch-aa @@ -0,0 +1,25 @@ +--- 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. + +-BINDIR = /home/auspex/h/bair/phelps/bin +-#BINDIR = /usr/local/bin +-MANDIR = /home/auspex/h/bair/phelps/man/man1 +-#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 + +-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 |