diff options
Diffstat (limited to 'textproc/freegrep/files/patch-aa')
-rw-r--r-- | textproc/freegrep/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/freegrep/files/patch-aa b/textproc/freegrep/files/patch-aa new file mode 100644 index 000000000000..304c7b194eff --- /dev/null +++ b/textproc/freegrep/files/patch-aa @@ -0,0 +1,13 @@ +--- 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 \ |