svn commit: r357946 - head/graphics/blender-doc
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Jun 16 06:40:27 UTC 2014
Author: vanilla
Date: Mon Jun 16 06:40:26 2014
New Revision: 357946
URL: http://svnweb.freebsd.org/changeset/ports/357946
QAT: https://qat.redports.org/buildarchive/r357946/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/graphics/blender-doc/Makefile
Modified: head/graphics/blender-doc/Makefile
==============================================================================
--- head/graphics/blender-doc/Makefile Mon Jun 16 05:45:15 2014 (r357945)
+++ head/graphics/blender-doc/Makefile Mon Jun 16 06:40:26 2014 (r357946)
@@ -17,7 +17,6 @@ NO_BUILD= yes
SUB_FILES= pkg-message
-NO_STAGE= yes
post-extract:
@${CHMOD} u+rwx ${WRKSRC}/* && ${CHMOD} u+rwx ${WRKSRC}/*/* && \
${CHMOD} u+rwx ${WRKSRC}/*/*/* && ${CHMOD} u+rwx ${WRKSRC}/*/*/*/*
@@ -25,7 +24,7 @@ post-extract:
${RM} -rf "Nuova cartella" "Nuova cartella (2)"
do-install:
- @cd ${WRKSRC}/&&${COPYTREE_SHARE} "htmlI htmlII" ${DOCSDIR}/
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @cd ${WRKSRC}/&&${COPYTREE_SHARE} "htmlI htmlII" ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list