aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/freegrep/files/patch-aa
blob: 304c7b194eff83f0c04823a8b04992f7379b4725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 \