Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2012 05:36:06 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302326 - head/games/black-box
Message-ID:  <201208090536.q795a6ck071880@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Aug  9 05:36:06 2012
New Revision: 302326
URL: http://svn.freebsd.org/changeset/ports/302326

Log:
  - use optionsNG for DOCS [1]
  - drop pkg-plist in favor of PLIST_FILES and PORTDATA [1]
  - adjust COMMENT [2]
  
  PR:	170452
  Submitted by:	maintainer, nemysis@gmx.ch [1], jgh@ [2]
  Approved by:	maintainer

Deleted:
  head/games/black-box/pkg-plist
Modified:
  head/games/black-box/Makefile   (contents, props changed)

Modified: head/games/black-box/Makefile
==============================================================================
--- head/games/black-box/Makefile	Thu Aug  9 05:01:20 2012	(r302325)
+++ head/games/black-box/Makefile	Thu Aug  9 05:36:06 2012	(r302326)
@@ -11,7 +11,7 @@ CATEGORIES=	games
 MASTER_SITES=	http://www.linux-games.com/black-box/
 
 MAINTAINER=	nemysis@gmx.ch
-COMMENT=	You can shoot in and watch where the shot leaves the box
+COMMENT=	Shoot in and watch where the shot leaves the box
 
 LICENSE=	GPLv2
 
@@ -19,10 +19,15 @@ GNU_CONFIGURE=	yes
 USE_SDL=	sdl image mixer
 MAKE_JOBS_SAFE=	yes
 
+PLIST_FILES=	bin/${PORTNAME}
+
+PORTDATA=	*
 PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .  for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208090536.q795a6ck071880>