diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-05 16:26:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-05 16:26:44 +0800 |
commit | ef30cf473ebb6b0b566100005d32fc19dfa2e1d5 (patch) | |
tree | 927d3b0f17bdd4f01f4acbbf677040d4b62206a3 /net-mgmt/p5-SNMP_Session | |
parent | d12a7c6b0eb01a9afc533256ea6fdc49635a1da2 (diff) | |
download | freebsd-ports-gnome-ef30cf473ebb6b0b566100005d32fc19dfa2e1d5.tar.gz freebsd-ports-gnome-ef30cf473ebb6b0b566100005d32fc19dfa2e1d5.tar.zst freebsd-ports-gnome-ef30cf473ebb6b0b566100005d32fc19dfa2e1d5.zip |
- Stage support
Diffstat (limited to 'net-mgmt/p5-SNMP_Session')
-rw-r--r-- | net-mgmt/p5-SNMP_Session/Makefile | 8 |
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> |