svn commit: r343988 - head/security/bsdsfv

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:24:56 UTC 2014


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>


More information about the svn-ports-all mailing list