Bug 170726 - [MAINTAINER] games/fbg2: Makefile changed, OptionsNG
Summary: [MAINTAINER] games/fbg2: Makefile changed, OptionsNG
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-18 02:50 UTC by nemysis
Modified: 2012-08-25 07:30 UTC (History)
1 user (show)

See Also:


Attachments
fbg2-0.4_2.patch (929 bytes, patch)
2012-08-18 02:50 UTC, nemysis
no flags Details | Diff
fbg2.diff (613 bytes, patch)
2012-08-20 21: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-18 02:50:08 UTC
Makefile changed

OptionsNG

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}

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

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-25 07:29:04 UTC
Author: jgh
Date: Sat Aug 25 06:28:54 2012
New Revision: 303118
URL: http://svn.freebsd.org/changeset/ports/303118

Log:
  - adopt optionsNG for DOCS
  
  PR:	170726
  Submitted by:	maintainer, nemysis@gmx.ch

Modified:
  head/games/fbg2/Makefile   (contents, props changed)

Modified: head/games/fbg2/Makefile
==============================================================================
--- head/games/fbg2/Makefile	Sat Aug 25 06:25:11 2012	(r303117)
+++ head/games/fbg2/Makefile	Sat Aug 25 06:28:54 2012	(r303118)
@@ -41,8 +41,10 @@ PLIST_DIRSTRY=	share/applications
 PORTDATA=	*
 PORTDOCS=	ChangeLog
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
 .endif
_______________________________________________
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-25 07:29:11 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!