diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-09-26 08:34:24 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-09-26 08:34:24 +0000 |
commit | f49a2e9befab76b35199d597167c53930612063b (patch) | |
tree | f2a28e2bce2bd024c2f17d2dc32692b13e138bb1 /textproc | |
parent | Open device in read-only mode if we're only going to read from it. (diff) |
Fix the value of MANCOMPRESSED.
OK'ed by: gabor
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bsdgrep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile index 8da6f997d1cf..fa810c413b09 100644 --- a/textproc/bsdgrep/Makefile +++ b/textproc/bsdgrep/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gabor@FreeBSD.org COMMENT= BSD-licensed version of grep from OpenBSD WRKSRC= ${WRKDIR}/${PORTNAME} -MANCOMPRESSED= yes +MANCOMPRESSED= maybe MAN1= grep.1 MLINKS= grep.1 egrep.1 \ grep.1 fgrep.1 \ |