summaryrefslogtreecommitdiff
path: root/devel/cdecl/files/patch-01
blob: d777b627ba6cf411bc7bd51930bba8674ff90242 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- Makefile.orig	Mon Jan 15 21:36:38 1996
+++ Makefile	Sun Feb 13 21:21:04 2000
@@ -15,13 +15,13 @@
 #
 # add -DUSE_READLINE	To compile in support for the GNU readline library.
 
-CFLAGS= -s -O2 -DUSE_READLINE
-CC= gcc
+CFLAGS+= -s -DUSE_READLINE
+CC?= gcc
 LIBS= -lreadline -ltermcap
 ALLFILES= makefile cdgram.y cdlex.l cdecl.c cdecl.1 testset testset++
-BINDIR= /usr/bin
-MANDIR= /usr/man/man1
-CATDIR= /usr/man/cat1
+BINDIR= $(PREFIX)/bin
+MANDIR= $(PREFIX)/man/man1
+CATDIR= $(PREFIX/usr/man/cat1
 INSTALL= install -c
 INSTALL_DATA= install -c -m 644