1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/textproc/freegrep/files/patch-aa

17 lines
406 B
Plaintext
Raw Normal View History

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