aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-01 10:33:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-01 10:33:57 +0000
commitaec740135ac72a1053d1a0c45bf1fcead1e89cb0 (patch)
treea20797c871e784ef507810441db9687657db614a /graphics
parenta67d728140fee52ded74523cdcb66242a04ab3b5 (diff)
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/blender-doc/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/graphics/blender-doc/Makefile b/graphics/blender-doc/Makefile
index 238be4d60a0c..d49b49f2d324 100644
--- a/graphics/blender-doc/Makefile
+++ b/graphics/blender-doc/Makefile
@@ -17,20 +17,13 @@ NO_ARCH= yes
SUB_FILES= pkg-message
-.include <bsd.port.pre.mk>
-
post-extract:
-.if ${OSVERSION} < 1100077
-# chmod -R bug.
-# Do not use "-exec ... +", because of the same bug, it will not work.
@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
-.endif
-
@cd ${WRKSRC}/htmlI/PartAT/volumetrics/gfx/ && \
${RM} -r "Nuova cartella" "Nuova cartella (2)"
do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @cd ${WRKSRC}/&&${COPYTREE_SHARE} "htmlI htmlII" ${STAGEDIR}${DOCSDIR}/
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} "htmlI htmlII" ${STAGEDIR}${DOCSDIR}/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>