diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-30 17:34:09 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-30 17:34:09 +0800 |
commit | 6f403df98f152ae276b3b17edd06f4a2b5b6acb7 (patch) | |
tree | b1f9766aee54379b0f358fdff7b9a74128a7b396 /textproc/freegrep/files | |
parent | d911b236a3a2ab1c2c2bfd0e0aecc1c86aedeadc (diff) | |
download | freebsd-ports-gnome-6f403df98f152ae276b3b17edd06f4a2b5b6acb7.tar.gz freebsd-ports-gnome-6f403df98f152ae276b3b17edd06f4a2b5b6acb7.tar.zst freebsd-ports-gnome-6f403df98f152ae276b3b17edd06f4a2b5b6acb7.zip |
Update to 0.1.6.
PR: 19588
Submitted by: MAINTAINER
Diffstat (limited to 'textproc/freegrep/files')
-rw-r--r-- | textproc/freegrep/files/patch-aa | 34 |
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> |