1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/textproc/freegrep/files/patch-aa
Sheldon Hearn b5b692f10c Import Jamie Howard's grep(1) implementation under BSD-friendly license
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.
1999-07-08 13:32:01 +00:00

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 \