aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:39 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:39 +0800
commit531de90c2d2498f982b310a7a4d39f5e8d3bea43 (patch)
tree7928ee7f672727910d2dd7896008dde70c117045
parent3dba91a22429cd115ee19b084e7ccc4ff92e6386 (diff)
downloadfreebsd-ports-gnome-531de90c2d2498f982b310a7a4d39f5e8d3bea43.tar.gz
freebsd-ports-gnome-531de90c2d2498f982b310a7a4d39f5e8d3bea43.tar.zst
freebsd-ports-gnome-531de90c2d2498f982b310a7a4d39f5e8d3bea43.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
-rw-r--r--audio/uade/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/uade/Makefile b/audio/uade/Makefile
index 15226201ff66..ae726ff752be 100644
--- a/audio/uade/Makefile
+++ b/audio/uade/Makefile
@@ -70,11 +70,9 @@ post-patch:
${WRKSRC}/configure
post-install:
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>