Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 08:26:38 +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: r342657 - head/textproc/tinyxml
Message-ID:  <201402050826.s158QcMb028338@svn.freebsd.org>

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



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