diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-05 16:26:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-05 16:26:37 +0800 |
commit | d12a7c6b0eb01a9afc533256ea6fdc49635a1da2 (patch) | |
tree | c137751c49c7c2dbd12c4247b1b901dc59ea6435 /textproc | |
parent | e07d9b441390083ca5d64f8e66455f13be4b9076 (diff) | |
download | freebsd-ports-gnome-d12a7c6b0eb01a9afc533256ea6fdc49635a1da2.tar.gz freebsd-ports-gnome-d12a7c6b0eb01a9afc533256ea6fdc49635a1da2.tar.zst freebsd-ports-gnome-d12a7c6b0eb01a9afc533256ea6fdc49635a1da2.zip |
- Stage support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tinyxml/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/tinyxml/Makefile b/textproc/tinyxml/Makefile index 40630dfcb557..958eb583f3d6 100644 --- a/textproc/tinyxml/Makefile +++ b/textproc/tinyxml/Makefile @@ -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> |