diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:42:29 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:42:29 +0000 |
commit | 18f0b593f1cf79cc04ffbcd13050543b613064d4 (patch) | |
tree | 2ace914d8f30f441d24f3648959869a4c5140bfd /security/clamav | |
parent | 0edc9a6adccf268d7fb3dc003d018ed4077614e2 (diff) |
Remove conditional to install DOCS
Notes
Notes:
svn path=/head/; revision=332313
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 6ffe252d9564..2150afe4d51f 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -183,10 +183,8 @@ post-build: post-install: ${INSTALL_DATA} ${WRKSRC}/clamav-config.h ${STAGEDIR}${PREFIX}/include -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/html/* ${STAGEDIR}${DOCSDIR}/html -.endif .include <bsd.port.post.mk> |