aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netwox/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-08-19 17:26:02 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-08-19 17:26:02 +0000
commit71cf2fc3d3c54377f7bbda5a8c3c35924f372f4e (patch)
treec0168cf0871b399496251e9e917f99ae776d0f9e /net-mgmt/netwox/Makefile
parent1fca4b5e846819b7d13916404fac3c0aab7b66dc (diff)
downloadports-71cf2fc3d3c54377f7bbda5a8c3c35924f372f4e.tar.gz
ports-71cf2fc3d3c54377f7bbda5a8c3c35924f372f4e.zip
Notes
Diffstat (limited to 'net-mgmt/netwox/Makefile')
-rw-r--r--net-mgmt/netwox/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/netwox/Makefile b/net-mgmt/netwox/Makefile
index eac12c73d172..bc1d1a330405 100644
--- a/net-mgmt/netwox/Makefile
+++ b/net-mgmt/netwox/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= netwox
-PORTVERSION= 5.21.0
+PORTVERSION= 5.22.0
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwox/download/v5/ \
http://membres.lycos.fr/lauconstantin/common/netw/netwox/download/v5/ \
@@ -28,6 +28,8 @@ PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION}
do-configure:
@${REINPLACE_CMD} \
-e 's|%%PREFIX%%|${PREFIX}|' \
+ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
+ -e 's|%%CFLAGS%%|${CFLAGS}|' \
${WRKSRC}/config.dat
(cd ${WRKSRC} ; ${SH} ${WRKSRC}/genemake )