diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-07-08 13:32:01 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-07-08 13:32:01 +0000 |
commit | b5b692f10c64cc2944f2f9ae81fcdf962a243746 (patch) | |
tree | bf0f245cedf18911be037e975e3e0fdc9bea35d6 /textproc/freegrep/files | |
parent | ebae5e61ae2a04895d981001c7af96b3ccaf65dd (diff) |
Notes
Diffstat (limited to 'textproc/freegrep/files')
-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 \ |