summaryrefslogtreecommitdiff
path: root/textproc/xalan-j
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-09-01 15:38:42 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-09-01 15:38:42 +0000
commit85d17abf1b484a60229b045e04fe54bc139fdde4 (patch)
tree160073e64d74cf47c9918a97e3060e3628429235 /textproc/xalan-j
parentUpdate to 1.0.8 from 1.0.7. (diff)
Fix permissions issue caused by last commit.
Approved by: glewis (mentor)
Notes
Notes: svn path=/head/; revision=117841
Diffstat (limited to 'textproc/xalan-j')
-rw-r--r--textproc/xalan-j/Makefile1
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 ]"