From d17f4033ae11c1ef211b336b25eb38a014e0c74b Mon Sep 17 00:00:00 2001 From: ehaupt Date: Tue, 15 Jan 2013 13:40:28 +0000 Subject: - Use DOC instead of NOPORTDOCS - Pacify portlint - Convert header --- audio/malint/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'audio/malint') diff --git a/audio/malint/Makefile b/audio/malint/Makefile index 4bd99d599e83..0a76e53df05c 100644 --- a/audio/malint/Makefile +++ b/audio/malint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: malint -# Date created: 20 Jun 2005 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= malint DISTVERSION= 0.2 @@ -23,7 +19,11 @@ MAKE_JOBS_SAFE= yes PORTDOCS= README PLIST_FILES= bin/malint -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + +.include + +.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -- cgit