summaryrefslogtreecommitdiff
path: root/textproc/rman/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rman/files/patch-aa')
-rw-r--r--textproc/rman/files/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa
deleted file mode 100644
index 54d32fa0a971..000000000000
--- a/textproc/rman/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Sun Sep 28 16:42:30 2003
-+++ Makefile Sun Sep 28 16:43:48 2003
-@@ -15,18 +15,18 @@
- # this must be a directory that's in your bin PATH.
- # MANDIR holds the man page.
-
--BINDIR = /opt/local/bin
-+BINDIR = ${PREFIX}/bin
- #BINDIR = /usr/local/bin
- #BINDIR = //C/bin
--MANDIR = /usr/local/man/man1
-+MANDIR = ${PREFIX}/man/man1
- # popular alternative
- #BINDIR = /opt/local/bin
- #MANDIR = /opt/local/man/man1
-
-
- ### if you have GNU gcc, use these definitions
--CC = gcc
--CFLAGS = -O2 -finline-functions
-+#CC = gcc
-+CFLAGS+= -O2 -finline-functions
-
- ### if you just have a standard UNIX, use these instead of GNU.
- ### CC must be an ANSI C compiler