Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 13:06:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308687 - head/games/xmoto
Message-ID:  <201212111306.qBBD6val098186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 11 13:06:57 2012
New Revision: 308687
URL: http://svnweb.freebsd.org/changeset/ports/308687

Log:
  - Remove quotes from option description
  
  Reported by:	jhale

Modified:
  head/games/xmoto/Makefile

Modified: head/games/xmoto/Makefile
==============================================================================
--- head/games/xmoto/Makefile	Tue Dec 11 13:05:40 2012	(r308686)
+++ head/games/xmoto/Makefile	Tue Dec 11 13:06:57 2012	(r308687)
@@ -35,7 +35,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 PORTDOCS=	README ChangeLog
 
 OPTIONS_DEFINE=	ASIAN_TTF
-ASIAN_TTF_DESC=	"Use asian TTF font"
+ASIAN_TTF_DESC=	Use asian TTF font
 
 MAN6=		xmoto.6
 



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