diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /net-mgmt/junipoll | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'net-mgmt/junipoll')
-rw-r--r-- | net-mgmt/junipoll/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/junipoll/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/junipoll/Makefile b/net-mgmt/junipoll/Makefile index b0675b4d157c..2fc2c20d73c5 100644 --- a/net-mgmt/junipoll/Makefile +++ b/net-mgmt/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-mgmt/junipoll/pkg-plist b/net-mgmt/junipoll/pkg-plist index 83ccc1238da3..b2014994c599 100644 --- a/net-mgmt/junipoll/pkg-plist +++ b/net-mgmt/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 |