mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
16 lines
406 B
Text
16 lines
406 B
Text
*** 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
|