svn commit: r332313 - head/security/clamav

Renato Botelho garga at FreeBSD.org
Thu Oct 31 23:42:30 UTC 2013


Author: garga
Date: Thu Oct 31 23:42:29 2013
New Revision: 332313
URL: http://svnweb.freebsd.org/changeset/ports/332313

Log:
  Remove conditional to install DOCS

Modified:
  head/security/clamav/Makefile

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Thu Oct 31 23:42:04 2013	(r332312)
+++ head/security/clamav/Makefile	Thu Oct 31 23:42:29 2013	(r332313)
@@ -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>


More information about the svn-ports-head mailing list