freebsd-ports/textproc/rman/files/patch-aa
Kirill Ponomarev 9a9e967097 - Update to version 3.2
PR:		57309
Submitted by:	IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp>
2003-09-28 14:47:05 +00:00

25 lines
663 B
Text

--- 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