svn commit: r343983 - head/net/corkscrew

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


Author: ehaupt
Date: Wed Feb 12 19:24:34 2014
New Revision: 343983
URL: http://svnweb.freebsd.org/changeset/ports/343983
QAT: https://qat.redports.org/buildarchive/r343983/

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

Modified:
  head/net/corkscrew/Makefile

Modified: head/net/corkscrew/Makefile
==============================================================================
--- head/net/corkscrew/Makefile	Wed Feb 12 19:24:30 2014	(r343982)
+++ head/net/corkscrew/Makefile	Wed Feb 12 19:24:34 2014	(r343983)
@@ -20,11 +20,9 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in NEWS README TODO
 	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list