diff options
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r-- | textproc/gsed/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 8286201e9e10..7685d3523024 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -2,14 +2,12 @@ # $FreeBSD$ PORTNAME= sed -PORTVERSION= 4.2.1 -PORTREVISION= 2 +PORTVERSION= 4.2.2 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU PKGNAMEPREFIX= g -MAINTAINER= gabor@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= The GNU stream editor GNU_CONFIGURE= yes @@ -26,6 +24,8 @@ USE_GMAKE= yes INFO= sed MAN1= gsed.1 +OPTIONS_DEFINE= NLS DOCS + .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MNLS} |