summaryrefslogtreecommitdiff
path: root/textproc/gsed/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-03 06:29:27 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-03 06:29:27 +0000
commit153627559c144ff0f11d36abd91816fa95f27c29 (patch)
treedaec2a57f8cb203e4acd0532a1bb2baf4cca11ef /textproc/gsed/Makefile
parent- generate fonts from chinese/arphicttf and x11-fonts/webfonts (diff)
Update to 4.0.3.
PR: 46337 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=72345
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r--textproc/gsed/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index ca083b665b64..e02cc8528bc0 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sed
-PORTVERSION= 3.02
+PORTVERSION= 4.0.3
PKGNAMEPREFIX= g
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
@@ -19,6 +19,9 @@ MAINTAINER= cyrille.lefevre@laposte.net
USE_REINPLACE= yes
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
+CONFIGURE_ARGS= --disable-nls
USE_GMAKE= yes
MAN1= gsed.1
@@ -49,7 +52,7 @@ post-install: install-sample-files
install-sample-files:
@${MKDIR} ${SAMP_DIR}
.for file in ${SAMP_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${SAMP_DIR}/${file}
+ @${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}/${file}
.endfor
.include <bsd.port.mk>