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-mgmt/p5-SNMP_Session | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-SNMP_Session')
-rw-r--r-- | net-mgmt/p5-SNMP_Session/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/p5-SNMP_Session/pkg-plist b/net-mgmt/p5-SNMP_Session/pkg-plist index 427fdd615c02..f2271d1b39be 100644 --- a/net-mgmt/p5-SNMP_Session/pkg-plist +++ b/net-mgmt/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 |