aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP_Session
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-05 08:26:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-05 08:26:44 +0000
commite11a69fd4969712dbbc9ad7c8faedec8bdf04296 (patch)
tree927d3b0f17bdd4f01f4acbbf677040d4b62206a3 /net-mgmt/p5-SNMP_Session
parentfbef5a1036618da0625b43c954e96505d0a43116 (diff)
downloadports-e11a69fd4969712dbbc9ad7c8faedec8bdf04296.tar.gz
ports-e11a69fd4969712dbbc9ad7c8faedec8bdf04296.zip
- Stage support
Notes
Notes: svn path=/head/; revision=342659
Diffstat (limited to 'net-mgmt/p5-SNMP_Session')
-rw-r--r--net-mgmt/p5-SNMP_Session/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile
index b6733de0ede4..0113d4e717c8 100644
--- a/net-mgmt/p5-SNMP_Session/Makefile
+++ b/net-mgmt/p5-SNMP_Session/Makefile
@@ -17,18 +17,16 @@ USE_PERL5= configure
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
${RM} ${WRKSRC}/lib/SNMP_Session.pm.orig
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in README README.SNMP_util index.html
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
+
.include <bsd.port.mk>