diff options
author | ale <ale@FreeBSD.org> | 2011-01-10 22:30:33 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-01-10 22:30:33 +0800 |
commit | c8463ffe36ae806bebba8d8269d1170a47038a92 (patch) | |
tree | 1c2b8582c34b050828ae586715e6d9f89c2782da /mail/mime4j | |
parent | a55c3e4e2694faede8630f3d570277ccfd6dd58d (diff) | |
download | freebsd-ports-gnome-c8463ffe36ae806bebba8d8269d1170a47038a92.tar.gz freebsd-ports-gnome-c8463ffe36ae806bebba8d8269d1170a47038a92.tar.zst freebsd-ports-gnome-c8463ffe36ae806bebba8d8269d1170a47038a92.zip |
Oops.
Diffstat (limited to 'mail/mime4j')
-rw-r--r-- | mail/mime4j/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/mime4j/Makefile b/mail/mime4j/Makefile index 0191b257330b..be1f966d004e 100644 --- a/mail/mime4j/Makefile +++ b/mail/mime4j/Makefile @@ -36,9 +36,7 @@ do-install: @${ECHO_MSG} " [DONE]" .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation..." -# @${MKDIR} ${DOCSDIR}/api -# @cd ${WRKSRC}/javadocs && ${FIND} * \ -# | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/api > /dev/null 2>&1 + @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES.txt ${DOCSDIR} @${ECHO_MSG} " [DONE]" .endif |