1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/textproc/freegrep/files/patch-aa
Chris Piazza d6634645cc Update to freegrep 0.15
PR:		15321
Submitted by:	maintainer
2000-01-08 03:51:12 +00:00

17 lines
406 B
Plaintext

*** 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