Bug 177190 - games/xconq: [PATCH] Remove extra "else" from makefile
Summary: games/xconq: [PATCH] Remove extra "else" from makefile
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: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-21 12:50 UTC by John Marino
Modified: 2013-03-21 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (231 bytes, patch)
2013-03-21 12:50 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-03-21 12:50:00 UTC
games/xconq has an extra else in the Makefile.
BMAKE warns about it.
Patch to fix it attached.

Fix: Patch attached with submission follows:
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2013-03-21 13:01:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

I'll take it.
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-03-21 13:03:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-21 13:03:18 UTC
Author: bdrewery
Date: Thu Mar 21 13:03:07 2013
New Revision: 314841
URL: http://svnweb.freebsd.org/changeset/ports/314841

Log:
  - Remove excess .else statement causing warning with bmake
  
  PR:		ports/177190
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/games/xconq/Makefile

Modified: head/games/xconq/Makefile
==============================================================================
--- head/games/xconq/Makefile	Thu Mar 21 12:59:40 2013	(r314840)
+++ head/games/xconq/Makefile	Thu Mar 21 13:03:07 2013	(r314841)
@@ -46,7 +46,6 @@ USE_TK=		yes
 CONFIGURE_ARGS+=--with-tclconfig=${TCL_LIBDIR} \
 		--with-tkconfig=${TK_LIBDIR}
 PLIST_SUB+=	NOSDL=""
-.else
 .endif
 
 post-patch:
_______________________________________________
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"