aboutsummaryrefslogtreecommitdiff
path: root/audio/malint
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:23:18 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:23:18 +0000
commit1f69998ff512de678b787290a8f7fc3595ccc07b (patch)
tree12995bb72441cc8c743553fd144ca1f75d12db30 /audio/malint
parent2e85cab952f0cce02a0a0cfa8f99dd07daa66a9a (diff)
downloadports-1f69998ff512de678b787290a8f7fc3595ccc07b.tar.gz
ports-1f69998ff512de678b787290a8f7fc3595ccc07b.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343965
Diffstat (limited to 'audio/malint')
-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>