diff options
-rw-r--r-- | net-mgmt/p5-SNMP_Session/Makefile | 10 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP_Session/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP_Session/pkg-plist | 7 | ||||
-rw-r--r-- | net/p5-SNMP_Session/Makefile | 10 | ||||
-rw-r--r-- | net/p5-SNMP_Session/distinfo | 2 | ||||
-rw-r--r-- | net/p5-SNMP_Session/pkg-plist | 7 |
6 files changed, 20 insertions, 18 deletions
diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile index 1c8950639927..ff9615aa75c4 100644 --- a/net-mgmt/p5-SNMP_Session/Makefile +++ b/net-mgmt/p5-SNMP_Session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SNMP_Session -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= net perl5 MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/%SUBDIR%/ MASTER_SITE_SUBDIR= . old @@ -18,10 +18,10 @@ PERL_CONFIGURE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/p5-SNMP_Session - ${INSTALL_DATA} ${WRKSRC}/README.SNMP_util \ - ${PREFIX}/share/doc/p5-SNMP_Session - ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/p5-SNMP_Session + @${MKDIR} ${DOCSDIR} +.for file in README README.SNMP_util index.html + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .endif .include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP_Session/distinfo b/net-mgmt/p5-SNMP_Session/distinfo index 8b16fb7766de..0b31e5f92181 100644 --- a/net-mgmt/p5-SNMP_Session/distinfo +++ b/net-mgmt/p5-SNMP_Session/distinfo @@ -1 +1 @@ -MD5 (SNMP_Session-0.88.tar.gz) = 1d5f02203e394e8207bf8ed3a621ad71 +MD5 (SNMP_Session-0.89.tar.gz) = 13679f2e2f44441fd84c9209f4f46488 diff --git a/net-mgmt/p5-SNMP_Session/pkg-plist b/net-mgmt/p5-SNMP_Session/pkg-plist index 78ddab9d40d0..427fdd615c02 100644 --- a/net-mgmt/p5-SNMP_Session/pkg-plist +++ b/net-mgmt/p5-SNMP_Session/pkg-plist @@ -2,7 +2,8 @@ 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 -%%PORTDOCS%%share/doc/p5-SNMP_Session/README.SNMP_util -%%PORTDOCS%%share/doc/p5-SNMP_Session/index.html +%%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 -%%PORTDOCS%%@dirrm share/doc/p5-SNMP_Session diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile index 1c8950639927..ff9615aa75c4 100644 --- a/net/p5-SNMP_Session/Makefile +++ b/net/p5-SNMP_Session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SNMP_Session -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= net perl5 MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/%SUBDIR%/ MASTER_SITE_SUBDIR= . old @@ -18,10 +18,10 @@ PERL_CONFIGURE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/p5-SNMP_Session - ${INSTALL_DATA} ${WRKSRC}/README.SNMP_util \ - ${PREFIX}/share/doc/p5-SNMP_Session - ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/p5-SNMP_Session + @${MKDIR} ${DOCSDIR} +.for file in README README.SNMP_util index.html + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .endif .include <bsd.port.mk> diff --git a/net/p5-SNMP_Session/distinfo b/net/p5-SNMP_Session/distinfo index 8b16fb7766de..0b31e5f92181 100644 --- a/net/p5-SNMP_Session/distinfo +++ b/net/p5-SNMP_Session/distinfo @@ -1 +1 @@ -MD5 (SNMP_Session-0.88.tar.gz) = 1d5f02203e394e8207bf8ed3a621ad71 +MD5 (SNMP_Session-0.89.tar.gz) = 13679f2e2f44441fd84c9209f4f46488 diff --git a/net/p5-SNMP_Session/pkg-plist b/net/p5-SNMP_Session/pkg-plist index 78ddab9d40d0..427fdd615c02 100644 --- a/net/p5-SNMP_Session/pkg-plist +++ b/net/p5-SNMP_Session/pkg-plist @@ -2,7 +2,8 @@ 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 -%%PORTDOCS%%share/doc/p5-SNMP_Session/README.SNMP_util -%%PORTDOCS%%share/doc/p5-SNMP_Session/index.html +%%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 -%%PORTDOCS%%@dirrm share/doc/p5-SNMP_Session |