diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-10 03:32:07 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-10 03:32:07 +0000 |
commit | b4019e0dfc189d8967959868f3e9e782a281bbf9 (patch) | |
tree | 41d0495ab0947a0bf7c149616f1d21dd757cadf2 /textproc/freegrep/files/patch-aa | |
parent | - Update to 1.6 (diff) |
- Update to 1.1.1
- Submitter is now maintainer (also original author)
PR: ports/147710
Submitted by: "James P. Howard, II" <jh@jameshoward.us>
Notes
Notes:
svn path=/head/; revision=256284
Diffstat (limited to 'textproc/freegrep/files/patch-aa')
-rw-r--r-- | textproc/freegrep/files/patch-aa | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/textproc/freegrep/files/patch-aa b/textproc/freegrep/files/patch-aa index 610769dfb00e..999f96408e51 100644 --- a/textproc/freegrep/files/patch-aa +++ b/textproc/freegrep/files/patch-aa @@ -1,18 +1,16 @@ ---- 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 +--- Makefile.orig 2010-06-07 19:39:01.000000000 -0500 ++++ Makefile 2010-06-08 19:14:59.000000000 -0500 +@@ -15,7 +15,12 @@ + grep.1 zegrep.1 \ + grep.1 zfgrep.1 --CFLAGS+= -I/usr/local/include -Wall -pedantic +-CFLAGS+= -Wall +DESTDIR= ${PREFIX} +BINDIR= /bin +MANDIR= /man/man +NO_MANCOMPRESS= 1 - --LDADD= -lz -L/usr/local/lib/ -liberty -+CFLAGS+= -I${LOCALBASE}/include -Wall -pedantic + -+LDADD= -lz -L${LOCALBASE}/lib -liberty ++CFLAGS+= -Wall -pedantic - .include <bsd.prog.mk> + .if ${OPSYS} == "Minix" + CPPFLAGS+= -DNOZ -D_POSIX_SOURCE -D_MINIX |