Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:25:13 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343992 - head/security/pure-sfv
Message-ID:  <201402121925.s1CJPDWO047803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 12 19:25:12 2014
New Revision: 343992
URL: http://svnweb.freebsd.org/changeset/ports/343992
QAT: https://qat.redports.org/buildarchive/r343992/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/security/pure-sfv/Makefile

Modified: head/security/pure-sfv/Makefile
==============================================================================
--- head/security/pure-sfv/Makefile	Wed Feb 12 19:25:08 2014	(r343991)
+++ head/security/pure-sfv/Makefile	Wed Feb 12 19:25:12 2014	(r343992)
@@ -29,10 +29,7 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>



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