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

14 lines
266 B
Plaintext
Raw Normal View History

--- Makefile.orig Mon Jul 5 22:01:43 1999
+++ Makefile Thu Jul 8 15:07:45 1999
@@ -1,5 +1,10 @@
# $Id$
+DESTDIR= ${PREFIX}
+BINDIR= /bin
+MANDIR= /man/man
+NOMANCOMPRESS= 1
+
PROG= grep
SRCS= binary.c grep.c util.c
LINKS= ${BINDIR}/grep ${BINDIR}/egrep \