mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
b5b692f10c
agreement. Severl developers are keen to see this brought into the base system to replace GNU grep. When that happens, this port can go away.
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
--- 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 \
|