svn commit: r343995 - head/sysutils/cmospwd

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:25:26 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:25:25 2014
New Revision: 343995
URL: http://svnweb.freebsd.org/changeset/ports/343995
QAT: https://qat.redports.org/buildarchive/r343995/

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

Modified:
  head/sysutils/cmospwd/Makefile

Modified: head/sysutils/cmospwd/Makefile
==============================================================================
--- head/sysutils/cmospwd/Makefile	Wed Feb 12 19:25:21 2014	(r343994)
+++ head/sysutils/cmospwd/Makefile	Wed Feb 12 19:25:25 2014	(r343995)
@@ -34,10 +34,7 @@ do-build:
 
 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>


More information about the svn-ports-all mailing list