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/p5-SNMP_Session | |
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/p5-SNMP_Session')
-rw-r--r-- | net/p5-SNMP_Session/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-SNMP_Session/pkg-plist b/net/p5-SNMP_Session/pkg-plist index 427fdd615c02..f2271d1b39be 100644 --- a/net/p5-SNMP_Session/pkg-plist +++ b/net/p5-SNMP_Session/pkg-plist @@ -1,9 +1,9 @@ -lib/perl5/site_perl/%%PERL_VER%%/BER.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_Session.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist +%%SITE_PERL%%/BER.pm +%%SITE_PERL%%/SNMP_Session.pm +%%SITE_PERL%%/SNMP_util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist %%PORTDOCS%%share/doc/SNMP_Session/README %%PORTDOCS%%share/doc/SNMP_Session/README.SNMP_util %%PORTDOCS%%share/doc/SNMP_Session/index.html %%PORTDOCS%%@dirrm share/doc/SNMP_Session -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP_Session |