diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-09-01 15:38:42 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-09-01 15:38:42 +0000 |
commit | 85d17abf1b484a60229b045e04fe54bc139fdde4 (patch) | |
tree | 160073e64d74cf47c9918a97e3060e3628429235 /textproc/xalan-j | |
parent | aaa87d410ebcea14f3f33517697df3f4c09ca8ca (diff) | |
download | ports-85d17abf1b484a60229b045e04fe54bc139fdde4.tar.gz ports-85d17abf1b484a60229b045e04fe54bc139fdde4.zip |
Notes
Diffstat (limited to 'textproc/xalan-j')
-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 ]" |