1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-11 19:22:47 +00:00
parent da3ed89bb3
commit 11ac977796
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367964

View File

@ -55,8 +55,7 @@ do-install:
${STAGEDIR}${PREFIX}/bin/
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}/apidocs
@${CP} -R ${WRKDIR}/build/docs/* ${STAGEDIR}${DOCSDIR}/apidocs
@${CHOWN} -h -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}/apidocs
(cd ${WRKDIR}/build/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidocs)
.endif
.include <bsd.port.mk>