1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/textproc/freegrep/files/patch-aa
Maxim Sobolev 701cbd39d1 Update to 0.1.6.
PR:		19588
Submitted by:	MAINTAINER
2000-06-30 09:34:09 +00:00

19 lines
449 B
Plaintext

--- 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
-CFLAGS+= -I/usr/local/include -Wall -pedantic
+DESTDIR= ${PREFIX}
+BINDIR= /bin
+MANDIR= /man/man
+NOMANCOMPRESS= 1
-LDADD= -lz -L/usr/local/lib/ -liberty
+CFLAGS+= -I${LOCALBASE}/include -Wall -pedantic
+
+LDADD= -lz -L${LOCALBASE}/lib -liberty
.include <bsd.prog.mk>