diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:18 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:18 +0800 |
commit | 1f69998ff512de678b787290a8f7fc3595ccc07b (patch) | |
tree | 12995bb72441cc8c743553fd144ca1f75d12db30 /audio/malint | |
parent | 2e85cab952f0cce02a0a0cfa8f99dd07daa66a9a (diff) | |
download | freebsd-ports-gnome-1f69998ff512de678b787290a8f7fc3595ccc07b.tar.gz freebsd-ports-gnome-1f69998ff512de678b787290a8f7fc3595ccc07b.tar.zst freebsd-ports-gnome-1f69998ff512de678b787290a8f7fc3595ccc07b.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'audio/malint')
-rw-r--r-- | audio/malint/Makefile | 2 |
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> |