Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:24:56 +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: r343988 - head/security/bsdsfv
Message-ID:  <201402121924.s1CJOuMY047451@svn.freebsd.org>

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

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

Modified:
  head/security/bsdsfv/Makefile

Modified: head/security/bsdsfv/Makefile
==============================================================================
--- head/security/bsdsfv/Makefile	Wed Feb 12 19:24:51 2014	(r343987)
+++ head/security/bsdsfv/Makefile	Wed Feb 12 19:24:55 2014	(r343988)
@@ -21,10 +21,8 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|^\(INSTALL_PREFIX =\).*$$|\1 ${STAGEDIR}${PREFIX}|g' \
 		${WRKSRC}/Makefile
 
-.if ${PORT_OPTIONS:MDOCS}
 post-install:
 	${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?201402121924.s1CJOuMY047451>