summaryrefslogtreecommitdiff
path: root/textproc/rman/files/patch-aa
blob: dc81cc904b4156f7bd1d8bdfe621fd455063c467 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Makefile.orig	Wed Jun 25 18:29:18 2003
+++ Makefile	Wed Jun 25 18:30:43 2003
@@ -15,16 +15,16 @@
 #    this must be a directory that's in your bin PATH.
 # MANDIR holds the man page.
 
-BINDIR = /usr/local/bin
+BINDIR = ${PREFIX}/bin
 #BINDIR = //C/bin
-MANDIR = /usr/local/man/man1
+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