svn commit: r343975 - head/ftp/weex

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


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

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

Modified:
  head/ftp/weex/Makefile

Modified: head/ftp/weex/Makefile
==============================================================================
--- head/ftp/weex/Makefile	Wed Feb 12 19:23:56 2014	(r343974)
+++ head/ftp/weex/Makefile	Wed Feb 12 19:24:00 2014	(r343975)
@@ -33,12 +33,9 @@ post-patch:
 post-install:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${STAGEDIR}${EXAMPLESDIR}
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list