svn commit: r302326 - head/games/black-box

Jason Helfman jgh at FreeBSD.org
Thu Aug 9 05:36:07 UTC 2012


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 at 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 at 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}



More information about the svn-ports-head mailing list