diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 13:40:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 13:40:28 +0000 |
commit | c4c14fd1564a7a3bd0ae1cd2fb6050b662c936f8 (patch) | |
tree | 98f96307b5a32cecd5d4e2104c22673c560b9789 /audio/malint | |
parent | 56b2cbf1c5abcce2be96f0aa252e4df4d8d99dd2 (diff) |
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
Notes
Notes:
svn path=/head/; revision=310443
Diffstat (limited to 'audio/malint')
-rw-r--r-- | audio/malint/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $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 <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} |