1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-16 06:40:26 +00:00
parent 4af105408a
commit 6ed4363669
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357946

View File

@ -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>