Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 23:42:30 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332313 - head/security/clamav
Message-ID:  <201310312342.r9VNgUDI015089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310312342.r9VNgUDI015089>