aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-05 08:26:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-05 08:26:37 +0000
commitfbef5a1036618da0625b43c954e96505d0a43116 (patch)
treec137751c49c7c2dbd12c4247b1b901dc59ea6435 /textproc
parent5b3cdb79f05ac2c8a70e3ae43a9ea1bd30d676ef (diff)
downloadports-fbef5a1036618da0625b43c954e96505d0a43116.tar.gz
ports-fbef5a1036618da0625b43c954e96505d0a43116.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tinyxml/Makefile8
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>