summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP_Session/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-07 05:01:35 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-07 05:01:35 +0000
commitbc01cb2c49b16d9d1204a40937ad2483af914315 (patch)
tree6770c79a80e46b33e74c58984b269f02b4aea1de /net-mgmt/p5-SNMP_Session/Makefile
parentFix invalid dependency. (diff)
Update to 0.88
Update MASTER_SITE_SUBDIR to look in old directory for old versions Add extra doc to pkg-plist and Makefile PR: 28606 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=44862
Diffstat (limited to 'net-mgmt/p5-SNMP_Session/Makefile')
-rw-r--r--net-mgmt/p5-SNMP_Session/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile
index e707d0cf871c..0e6eb4d54196 100644
--- a/net-mgmt/p5-SNMP_Session/Makefile
+++ b/net-mgmt/p5-SNMP_Session/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= SNMP_Session
-PORTVERSION= 0.86
+PORTVERSION= 0.88
CATEGORIES= net perl5
-MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/
+MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/%SUBDIR%/
+MASTER_SITE_SUBDIR= . old
PKGNAMEPREFIX= p5-
MAINTAINER= petef@databits.net
@@ -20,6 +21,7 @@ post-install:
@${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
.endif
.include <bsd.port.mk>