diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-06 06:19:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-06 06:19:03 +0000 |
commit | 917571cba329f779123d58f2a30aa45103aaaf98 (patch) | |
tree | 01ab92342ff180527d28ec20c4868e49f3c4def1 /net/p5-SNMP_Session | |
parent | 766bb600721eaa9dec2229dd8c6292214e662225 (diff) | |
download | pkgsrc-917571cba329f779123d58f2a30aa45103aaaf98.tar.gz |
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'net/p5-SNMP_Session')
-rw-r--r-- | net/p5-SNMP_Session/Makefile | 5 | ||||
-rw-r--r-- | net/p5-SNMP_Session/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile index b1303c753a0..d80a1a76bbc 100644 --- a/net/p5-SNMP_Session/Makefile +++ b/net/p5-SNMP_Session/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2005/07/13 18:01:37 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:28 jlam Exp $ DISTNAME= SNMP_Session-1.07 PKGNAME= p5-SNMP_Session-1.07 SVR4_PKGNAME= p5sns +PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= http://www.switch.ch/misc/leinen/snmp/perl/dist/ @@ -15,7 +16,7 @@ PERL5_PACKLIST= auto/SNMP_Session/.packlist CONFLICTS+= mrtg-[0-9]* post-install: - ${INSTALL_DATA} ${WRKSRC}/README ${PERL5_SITELIB}/README.SNMP_Session + ${INSTALL_DATA} ${WRKSRC}/README ${PERL5_INSTALLVENDORLIB}/README.SNMP_Session .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/p5-SNMP_Session/PLIST b/net/p5-SNMP_Session/PLIST index 8e65f2acee2..f0985e6d1ea 100644 --- a/net/p5-SNMP_Session/PLIST +++ b/net/p5-SNMP_Session/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:32 zuntum Exp $ -${PERL5_SITELIB}/README.SNMP_Session +@comment $NetBSD: PLIST,v 1.2 2005/08/06 06:19:28 jlam Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/README.SNMP_Session |