svn commit: r342659 - head/net-mgmt/p5-SNMP_Session

Martin Wilke miwi at FreeBSD.org
Wed Feb 5 08:26:45 UTC 2014


Author: miwi
Date: Wed Feb  5 08:26:44 2014
New Revision: 342659
URL: http://svnweb.freebsd.org/changeset/ports/342659
QAT: https://qat.redports.org/buildarchive/r342659/

Log:
  - Stage support

Modified:
  head/net-mgmt/p5-SNMP_Session/Makefile

Modified: head/net-mgmt/p5-SNMP_Session/Makefile
==============================================================================
--- head/net-mgmt/p5-SNMP_Session/Makefile	Wed Feb  5 08:26:43 2014	(r342658)
+++ head/net-mgmt/p5-SNMP_Session/Makefile	Wed Feb  5 08:26:44 2014	(r342659)
@@ -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>


More information about the svn-ports-all mailing list