diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:18 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:18 +0800 |
commit | 23d4935bb3d7361314dc6655c2765702136aa83d (patch) | |
tree | 12995bb72441cc8c743553fd144ca1f75d12db30 /audio | |
parent | 0ce69f2af9cfa36d7e91445ec0c3c312f500cf4a (diff) | |
download | freebsd-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/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> |