Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 23:42:42 +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: r332314 - head/security/clamav-devel
Message-ID:  <201310312342.r9VNggeO015166@svn.freebsd.org>

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



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