diff options
author | petef <petef@FreeBSD.org> | 2001-10-03 04:03:59 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-03 04:03:59 +0000 |
commit | bbde99ac35c8630a560de97da006a319c1914561 (patch) | |
tree | 18f5455f59d284da7a961bd9ef03453a177a255b /net-mgmt | |
parent | 65254f3f77a2b3a0686a72d83d7d57a0d112acf9 (diff) | |
download | FreeBSD-ports-bbde99ac35c8630a560de97da006a319c1914561.zip FreeBSD-ports-bbde99ac35c8630a560de97da006a319c1914561.tar.gz |
- update to 0.89
- use DOCSDIR
- use a .for loop and install some more documentation
- sort pkg-plist
Diffstat (limited to 'net-mgmt')
-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 1c89506..ff9615a 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 8b16fb7..0b31e5f 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 78ddab9..427fdd6 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 |