aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP_Session/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-03 04:03:59 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-03 04:03:59 +0000
commitac92c41e6b244c40fbdd7897bffa8937ec55666a (patch)
tree09c229149f01551604083b058ba8ffdcec53ed0b /net-mgmt/p5-SNMP_Session/Makefile
parentfc269c2b02ba0cd0c25f4a5cd280035906e56fe0 (diff)
downloadports-ac92c41e6b244c40fbdd7897bffa8937ec55666a.tar.gz
ports-ac92c41e6b244c40fbdd7897bffa8937ec55666a.zip
Notes
Diffstat (limited to 'net-mgmt/p5-SNMP_Session/Makefile')
-rw-r--r--net-mgmt/p5-SNMP_Session/Makefile10
1 files changed, 5 insertions, 5 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>