aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-Netmask/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-05-31 13:49:57 +0000
committerLars Thegler <lth@FreeBSD.org>2005-05-31 13:49:57 +0000
commitcc624542ff0895e9b600f9a90a6270bbfa74a46f (patch)
treebe9ac5d637b90318f0022b5c9927070ae432836c /net-mgmt/p5-Net-Netmask/Makefile
parent62add28579ee4aabc360473f8357dc11da517016 (diff)
downloadports-cc624542ff0895e9b600f9a90a6270bbfa74a46f.tar.gz
ports-cc624542ff0895e9b600f9a90a6270bbfa74a46f.zip
Notes
Diffstat (limited to 'net-mgmt/p5-Net-Netmask/Makefile')
-rw-r--r--net-mgmt/p5-Net-Netmask/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/p5-Net-Netmask/Makefile b/net-mgmt/p5-Net-Netmask/Makefile
index 6fa9541e42e9..98971f966913 100644
--- a/net-mgmt/p5-Net-Netmask/Makefile
+++ b/net-mgmt/p5-Net-Netmask/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-Netmask
-PORTVERSION= 1.9011
+PORTVERSION= 1.9012
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -23,7 +23,6 @@ MAN3= Net::Netmask.3
.if ${PERL_LEVEL} <= 500503
post-configure:
- ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
${PERL} -pi -e '$$_="" if /use warnings/;' ${WRKSRC}/Netmask.pm
.endif