Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2008 15:15:19 +1000
From:      "Dima Panov" <fluffy@fluffy.khv.ru>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/122106: games/utserver: fix single-quotes in OPTIONS
Message-ID:  <1206508519.1391@Fluffy.Khv.RU>
Resent-Message-ID: <200803260520.m2Q5K0Ki050685@freefall.freebsd.org>

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

>Number:         122106
>Category:       ports
>Synopsis:       games/utserver: fix single-quotes in OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 26 05:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 8.0-800027-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-800027-CURRENT #0: Tue Mar 25 16:19:27 VLAT 2008
    root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot



>Description:


games/utserver: fix single-quotes in OPTIONS


>How-To-Repeat:





>Fix:


--- games::utserver.diff begins here ---
Index: games/utserver/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/utserver/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- games/utserver/Makefile	13 Mar 2008 14:28:12 -0000	1.29
+++ games/utserver/Makefile	26 Mar 2008 03:02:27 -0000
@@ -22,7 +22,7 @@
 
 RUN_DEPENDS=	${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
 
-OPTIONS=	BONUSPACKS	'install the official bonus packs collection' on
+OPTIONS=	BONUSPACKS	"install the official bonus packs collection" on
 
 USE_LINUX=	yes
 NO_CDROM=	Size; the data set is much too big
--- games::utserver.diff ends here ---



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



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