diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 22:27:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 22:27:08 +0800 |
commit | a7e1de746bd5dc5f6d75fec36deeea69511ebb64 (patch) | |
tree | f75e6dce5dea8ca98f185417ead1f21d5a6c186b /audio | |
parent | 837855c5ce514729b9f7bd8646bce1acf4fb43d5 (diff) | |
download | freebsd-ports-graphics-a7e1de746bd5dc5f6d75fec36deeea69511ebb64.tar.gz freebsd-ports-graphics-a7e1de746bd5dc5f6d75fec36deeea69511ebb64.tar.zst freebsd-ports-graphics-a7e1de746bd5dc5f6d75fec36deeea69511ebb64.zip |
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
Trim headers
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cplay/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index 3baeed5fba5..ba9b44842a8 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cplay -# Date created: 1 November 2001 -# Whom: Jochem Kossen -# +# Created by: Jochem Kossen # $FreeBSD$ -# PORTNAME= cplay PORTVERSION= 1.49 @@ -21,8 +17,9 @@ MAN1= cplay.1 MAKE_ARGS+= PREFIX="${PREFIX}" +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |