svn commit: r342657 - head/textproc/tinyxml

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


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

Log:
  - Stage support

Modified:
  head/textproc/tinyxml/Makefile

Modified: head/textproc/tinyxml/Makefile
==============================================================================
--- head/textproc/tinyxml/Makefile	Wed Feb  5 08:26:28 2014	(r342656)
+++ head/textproc/tinyxml/Makefile	Wed Feb  5 08:26:37 2014	(r342657)
@@ -23,17 +23,13 @@ PLIST_SUB+=	PROFILE="@comment "
 PLIST_SUB+=	PROFILE=""
 .endif
 
-NO_STAGE=	yes
 post-patch:
 	${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
 	@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
 		${FILESDIR}/Makefile > ${WRKSRC}/Makefile
 
 post-install:
-.ifndef(NOPORTDOCS)
-	@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list