diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-05-30 20:39:25 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-05-30 20:39:25 +0000 |
commit | 7d045384c3acc2092a0e3ee71d397b986fa58950 (patch) | |
tree | ab963e34ffb1da9a43a27286e5937ebfce1c2e75 /net-mgmt | |
parent | 76e3162955ec5ecd78810f95b96ac0c590da88d7 (diff) | |
download | ports-7d045384c3acc2092a0e3ee71d397b986fa58950.tar.gz ports-7d045384c3acc2092a0e3ee71d397b986fa58950.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-IP/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile index ce951b9d1f71..fbf2323db161 100644 --- a/net-mgmt/p5-Net-IP/Makefile +++ b/net-mgmt/p5-Net-IP/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: p5-Net-IP -# Date created: 30 May 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> +# New ports collection makefile for: p5-Net-IP +# Date created: 30 May 2002 +# Whom: Kimura Fuyuki <fuyuki@hadaly.org> # # $FreeBSD$ # PORTNAME= Net-IP PORTVERSION= 1.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,5 +26,8 @@ post-patch: @${CP} ${WRKSRC}/IP.pm ${WRKSRC}/IP.pm.presed @${SED} -e "1853s#\\s+#\s*#g" ${WRKSRC}/IP.pm.presed > \ ${WRKSRC}/IP.pm + @${CP} ${WRKSRC}/ipcount ${WRKSRC}/ipcount.presed + @${SED} -e "76s#count#count = 0#" ${WRKSRC}/ipcount.presed > \ + ${WRKSRC}/ipcount .include <bsd.port.mk> |