diff options
Diffstat (limited to 'net/p5-NetAddr-IP')
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 2 | ||||
-rw-r--r-- | net/p5-NetAddr-IP/pkg-plist | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index a9f654c..bd2fae0 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module for working with IP addresses and blocks thereof -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/p5-NetAddr-IP/pkg-plist b/net/p5-NetAddr-IP/pkg-plist index 06ce8b1..3b5b565 100644 --- a/net/p5-NetAddr-IP/pkg-plist +++ b/net/p5-NetAddr-IP/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/NetAddr/IP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr -@dirrm lib/perl5/site_perl/%%PERL_VER%%/NetAddr +%%SITE_PERL%%/NetAddr/IP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetAddr/IP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetAddr/IP +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetAddr +@dirrm %%SITE_PERL%%/NetAddr |