diff options
author | garga <garga@FreeBSD.org> | 2013-11-01 07:42:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-11-01 07:42:29 +0800 |
commit | 74347f3d51be82d9a7abafcdbeb8914ab7a765eb (patch) | |
tree | 2ace914d8f30f441d24f3648959869a4c5140bfd /security | |
parent | 78a7d3a12432642d1e2bdd045c0b2b563e40ac9c (diff) | |
download | freebsd-ports-gnome-74347f3d51be82d9a7abafcdbeb8914ab7a765eb.tar.gz freebsd-ports-gnome-74347f3d51be82d9a7abafcdbeb8914ab7a765eb.tar.zst freebsd-ports-gnome-74347f3d51be82d9a7abafcdbeb8914ab7a765eb.zip |
Remove conditional to install DOCS
Diffstat (limited to 'security')
-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> |