aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:00 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:00 +0800
commitf3e6c90a427c10579fb5a6d96943ba6d61768cff (patch)
tree3e39394adacc3cd237f7ffadbb90c1a445f4ae7c /ftp
parentdb1b71d2667465345bd3cb3e0768bec5fff2b79d (diff)
downloadfreebsd-ports-gnome-f3e6c90a427c10579fb5a6d96943ba6d61768cff.tar.gz
freebsd-ports-gnome-f3e6c90a427c10579fb5a6d96943ba6d61768cff.tar.zst
freebsd-ports-gnome-f3e6c90a427c10579fb5a6d96943ba6d61768cff.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/weex/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile
index a8b52829a078..874db0de2ca3 100644
--- a/ftp/weex/Makefile
+++ b/ftp/weex/Makefile
@@ -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>