diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-01-10 14:30:33 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-01-10 14:30:33 +0000 |
commit | 171d1dea48f6459dd1454a4b2c2b37df32dd7c40 (patch) | |
tree | 46557df30bacd790c8ff9d44880c43c9e3c62086 /mail/mime4j | |
parent | b911b07f03e8ced9dc8973902aa4404d6d6e1848 (diff) | |
download | ports-171d1dea48f6459dd1454a4b2c2b37df32dd7c40.tar.gz ports-171d1dea48f6459dd1454a4b2c2b37df32dd7c40.zip |
Notes
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 |