diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /net/junipoll | |
parent | Change MASTER_SITES to fix fetch (diff) |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'net/junipoll')
-rw-r--r-- | net/junipoll/Makefile | 2 | ||||
-rw-r--r-- | net/junipoll/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/junipoll/Makefile b/net/junipoll/Makefile index b0675b4d157c..2fc2c20d73c5 100644 --- a/net/junipoll/Makefile +++ b/net/junipoll/Makefile @@ -15,7 +15,7 @@ MAINTAINER= billf@FreeBSD.org COMMENT= JUNIper router snmp POLLer for firewall filter counters RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Altoids.pm:${PORTSDIR}/net/p5-Altoids + ${SITE_PERL}/Altoids.pm:${PORTSDIR}/net/p5-Altoids PERL_CONFIGURE= yes diff --git a/net/junipoll/pkg-plist b/net/junipoll/pkg-plist index 83ccc1238da3..b2014994c599 100644 --- a/net/junipoll/pkg-plist +++ b/net/junipoll/pkg-plist @@ -1,3 +1,3 @@ bin/junipoll -lib/perl5/site_perl/%%PERL_VER%%/HCInterfaceTemplate.pl -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/junipoll/.packlist +%%SITE_PERL%%/HCInterfaceTemplate.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/junipoll/.packlist |