1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Instead of previous commit, fix the issue properly by using gettext

Pointed out by:		pav
This commit is contained in:
Gabor Kovesdan 2010-06-02 17:50:02 +00:00
parent bbb33a81f8
commit a137c7d429
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255569

View File

@ -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