diff options
Diffstat (limited to 'net-mgmt/p5-Net-Netmask/Makefile')
-rw-r--r-- | net-mgmt/p5-Net-Netmask/Makefile | 3 |
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 |