aboutsummaryrefslogtreecommitdiff
path: root/textproc/freegrep/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/freegrep/files/patch-aa')
-rw-r--r--textproc/freegrep/files/patch-aa34
1 files changed, 18 insertions, 16 deletions
diff --git a/textproc/freegrep/files/patch-aa b/textproc/freegrep/files/patch-aa
index 71750dc5f162..b90122ecf5fb 100644
--- a/textproc/freegrep/files/patch-aa
+++ b/textproc/freegrep/files/patch-aa
@@ -1,16 +1,18 @@
-*** grep/Makefile.orig Mon Dec 6 12:27:29 1999
---- grep/Makefile Mon Dec 6 12:27:47 1999
-***************
-*** 9,14 ****
---- 9,19 ----
- grep.1 fgrep.1 \
- grep.1 zgrep.1
-
-+ DESTDIR= ${PREFIX}
-+ BINDIR= /bin
-+ MANDIR= /man/man
-+ NOMANCOMPRESS= 1
-+
- CFLAGS+= ${P} -I/usr/local/include -Wall -pedantic
-
- LDADD= -lz -L../regex/ -lregex -L/usr/local/lib/ -liberty
+--- Makefile.orig Fri Nov 5 17:28:02 1999
++++ Makefile Fri Jun 30 12:24:05 2000
+@@ -9,8 +9,13 @@
+ grep.1 fgrep.1 \
+ grep.1 zgrep.1
+
+-CFLAGS+= -I/usr/local/include -Wall -pedantic
++DESTDIR= ${PREFIX}
++BINDIR= /bin
++MANDIR= /man/man
++NOMANCOMPRESS= 1
+
+-LDADD= -lz -L/usr/local/lib/ -liberty
++CFLAGS+= -I${LOCALBASE}/include -Wall -pedantic
++
++LDADD= -lz -L${LOCALBASE}/lib -liberty
+
+ .include <bsd.prog.mk>