diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-12 00:06:05 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-12 00:06:05 +0000 |
| commit | 7ec739a3a8800d79e1a9589fa67ba1959e2676c3 (patch) | |
| tree | d138c6189cebc782ff17b9fa74d6532424e948a5 | |
| parent | Patches are included in the 3.3.3.1 patch file. (diff) | |
Use %%PERL_VER%% and %%PERL_ARCH%%.
Notes
Notes:
svn path=/head/; revision=16014
| -rw-r--r-- | net-mgmt/p5-SNMP/pkg-plist | 12 | ||||
| -rw-r--r-- | net/p5-SNMP/pkg-plist | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/net-mgmt/p5-SNMP/pkg-plist b/net-mgmt/p5-SNMP/pkg-plist index 15dbc13efc58..4a2f34fadba3 100644 --- a/net-mgmt/p5-SNMP/pkg-plist +++ b/net-mgmt/p5-SNMP/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP/SNMP.bs -lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP/SNMP.so -lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP/autosplit.ix -lib/perl5/site_perl/5.005/i386-freebsd/SNMP.pm -lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP/.packlist -@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SNMP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP diff --git a/net/p5-SNMP/pkg-plist b/net/p5-SNMP/pkg-plist index 15dbc13efc58..4a2f34fadba3 100644 --- a/net/p5-SNMP/pkg-plist +++ b/net/p5-SNMP/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP/SNMP.bs -lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP/SNMP.so -lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP/autosplit.ix -lib/perl5/site_perl/5.005/i386-freebsd/SNMP.pm -lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP/.packlist -@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/SNMP +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SNMP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP |
