diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:39 +0800 |
commit | 531de90c2d2498f982b310a7a4d39f5e8d3bea43 (patch) | |
tree | 7928ee7f672727910d2dd7896008dde70c117045 | |
parent | 3dba91a22429cd115ee19b084e7ccc4ff92e6386 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |