mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
d6634645cc
PR: 15321 Submitted by: maintainer
17 lines
406 B
Plaintext
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
|