Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 08:26:44 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342659 - head/net-mgmt/p5-SNMP_Session
Message-ID:  <201402050826.s158Qiv4028505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402050826.s158Qiv4028505>