Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 12:49:38 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177190: games/xconq: [PATCH] Remove extra "else" from makefile
Message-ID:  <201303211249.r2LCnciF018265@red.freebsd.org>
Resent-Message-ID: <201303211250.r2LCo0wB072474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177190
>Category:       ports
>Synopsis:       games/xconq: [PATCH] Remove extra "else" from makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 21 12:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
games/xconq has an extra else in the Makefile.
BMAKE warns about it.
Patch to fix it attached.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-03-21 12:43:59.545285000 +0000
+++ Makefile
@@ -46,7 +46,6 @@ USE_TK=		yes
 CONFIGURE_ARGS+=--with-tclconfig=${TCL_LIBDIR} \
 		--with-tkconfig=${TK_LIBDIR}
 PLIST_SUB+=	NOSDL=""
-.else
 .endif
 
 post-patch:


>Release-Note:
>Audit-Trail:
>Unformatted:



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