From 23d4935bb3d7361314dc6655c2765702136aa83d Mon Sep 17 00:00:00 2001 From: ehaupt Date: Wed, 12 Feb 2014 19:23:18 +0000 Subject: Now that this port is staged and DOCS defined we can stop testing for DOCS in any install target. --- audio/malint/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio') 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 -.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif .include -- cgit