diff options
author | hq <hq@FreeBSD.org> | 2004-09-01 23:38:42 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-09-01 23:38:42 +0800 |
commit | 8751a0c99e22f98143a91e48e642271ba1437507 (patch) | |
tree | 32e8433a32baab4da1b3578a7672d21798dae649 /textproc | |
parent | 7a8f5fb36e62f23b3daf01237bf6e4e8a0f2b9b3 (diff) | |
download | freebsd-ports-gnome-8751a0c99e22f98143a91e48e642271ba1437507.tar.gz freebsd-ports-gnome-8751a0c99e22f98143a91e48e642271ba1437507.tar.zst freebsd-ports-gnome-8751a0c99e22f98143a91e48e642271ba1437507.zip |
Fix permissions issue caused by last commit.
Approved by: glewis (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xalan-j/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 5bf910ea51f5..8eb39d908ae9 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -41,6 +41,7 @@ do-install: @${ECHO_MSG} " [ DONE ]" .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." + @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/build/docs && ${FIND} ${PORTDOCS} \ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 @${ECHO_MSG} " [ DONE ]" |