svn commit: r309755 - head/audio/cplay

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 31 14:27:09 UTC 2012


Author: bapt
Date: Mon Dec 31 14:27:08 2012
New Revision: 309755
URL: http://svnweb.freebsd.org/changeset/ports/309755

Log:
  Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
  Trim headers

Modified:
  head/audio/cplay/Makefile

Modified: head/audio/cplay/Makefile
==============================================================================
--- head/audio/cplay/Makefile	Mon Dec 31 14:25:11 2012	(r309754)
+++ head/audio/cplay/Makefile	Mon Dec 31 14:27:08 2012	(r309755)
@@ -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}


More information about the svn-ports-all mailing list