summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP_Session/Makefile
diff options
context:
space:
mode:
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>