aboutsummaryrefslogtreecommitdiff
path: root/textproc/gnugrep
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2010-06-02 17:50:02 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2010-06-02 17:50:02 +0000
commita137c7d42973e35816b12b513b3999328ac8eee7 (patch)
treed2ff1f3311e653d6e015a6001baa23c05550a3a4 /textproc/gnugrep
parentbbb33a81f8415cdbbfd2b6d948b9be77eb3efa35 (diff)
downloadports-a137c7d42973e35816b12b513b3999328ac8eee7.tar.gz
ports-a137c7d42973e35816b12b513b3999328ac8eee7.zip
Notes
Diffstat (limited to 'textproc/gnugrep')
-rw-r--r--textproc/gnugrep/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile
index 300f248f43d3..8fd7e687ed07 100644
--- a/textproc/gnugrep/Makefile
+++ b/textproc/gnugrep/Makefile
@@ -7,7 +7,7 @@
PORTNAME= grep
PORTVERSION= 2.6.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,6 +16,7 @@ PKGNAMEPREFIX= gnu
MAINTAINER= gabor@FreeBSD.org
COMMENT= GNU grep
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
MAN1= egrep.1 \
fgrep.1 \
@@ -23,8 +24,7 @@ MAN1= egrep.1 \
INFO= grep
PLIST_FILES= bin/egrep \
bin/fgrep \
- bin/grep \
- lib/charset.alias
+ bin/grep
OPTIONS= PCRE "Compile with Perl-compatible regex support" off