diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 04:03:59 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 04:03:59 +0000 |
commit | ac92c41e6b244c40fbdd7897bffa8937ec55666a (patch) | |
tree | 09c229149f01551604083b058ba8ffdcec53ed0b /net-mgmt/p5-SNMP_Session | |
parent | fc269c2b02ba0cd0c25f4a5cd280035906e56fe0 (diff) | |
download | ports-ac92c41e6b244c40fbdd7897bffa8937ec55666a.tar.gz ports-ac92c41e6b244c40fbdd7897bffa8937ec55666a.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-SNMP_Session')
-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 |
3 files changed, 10 insertions, 9 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 |