Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:24:01 +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: r343975 - head/ftp/weex
Message-ID:  <201402121924.s1CJO1ru046418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121924.s1CJO1ru046418>