Bug 170452 - [MAINTAINER] games/black-box: Makefile changed, pkg-plist removed
Summary: [MAINTAINER] games/black-box: Makefile changed, pkg-plist removed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 15:20 UTC by nemysis
Modified: 2012-08-09 06:40 UTC (History)
0 users

See Also:


Attachments
black-box-1.4.8_1.patch (2.01 KB, patch)
2012-08-07 15:20 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-08-07 15:20:03 UTC
Makefile changed

Added

- PLIST_FILES=    bin/${PORTNAME}

- PORTDATA=       *

New Options for Makefile

 .include <bsd.port.options.mk>

 .if ${PORT_OPTIONS:MDOCS}

Removed file(s):
- pkg-plist

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-08-07 15:52:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-09 06:36:17 UTC
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}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-08-09 06:36:27 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!