aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:18 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:18 +0800
commit23d4935bb3d7361314dc6655c2765702136aa83d (patch)
tree12995bb72441cc8c743553fd144ca1f75d12db30 /audio
parent0ce69f2af9cfa36d7e91445ec0c3c312f500cf4a (diff)
downloadfreebsd-ports-gnome-23d4935bb3d7361314dc6655c2765702136aa83d.tar.gz
freebsd-ports-gnome-23d4935bb3d7361314dc6655c2765702136aa83d.tar.zst
freebsd-ports-gnome-23d4935bb3d7361314dc6655c2765702136aa83d.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'audio')
-rw-r--r--audio/malint/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/malint/Makefile b/audio/malint/Makefile
index 0c964d053cdf..f0a2735f018d 100644
--- a/audio/malint/Makefile
+++ b/audio/malint/Makefile
@@ -22,10 +22,8 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>