svn commit: r332314 - head/security/clamav-devel

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


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

Log:
  Remove conditional to install DOCS

Modified:
  head/security/clamav-devel/Makefile

Modified: head/security/clamav-devel/Makefile
==============================================================================
--- head/security/clamav-devel/Makefile	Thu Oct 31 23:42:29 2013	(r332313)
+++ head/security/clamav-devel/Makefile	Thu Oct 31 23:42:41 2013	(r332314)
@@ -191,10 +191,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-all mailing list