diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 15:34:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 15:34:38 +0000 |
commit | 0eda687072043a950488397e9760b7507548732c (patch) | |
tree | 1841caed264b8a7ef56898cc46d78fc20261be4e /textproc/gsed/Makefile | |
parent | 0015c3d52538687c370843f1cbabe0b20f360585 (diff) | |
download | ports-0eda687072043a950488397e9760b7507548732c.tar.gz ports-0eda687072043a950488397e9760b7507548732c.zip |
Notes
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r-- | textproc/gsed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index c8b4e110b940..26646c5b50d2 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sed -PORTVERSION= 4.1.4 +PORTVERSION= 4.1.5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,6 @@ MAINTAINER= gkovesdan@t-hosting.hu COMMENT= The GNU stream editor # Global variables -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" |