diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-12-11 21:06:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-12-11 21:06:57 +0800 |
commit | 59bdec37938af938ea0aeb3077b0a30ac2480659 (patch) | |
tree | c2299ffb331e5f3beeccefe1ee5e9b5a6d4ca6ca | |
parent | 0e61d5e159059724c52e7338f17f426aacfab542 (diff) | |
download | freebsd-ports-gnome-59bdec37938af938ea0aeb3077b0a30ac2480659.tar.gz freebsd-ports-gnome-59bdec37938af938ea0aeb3077b0a30ac2480659.tar.zst freebsd-ports-gnome-59bdec37938af938ea0aeb3077b0a30ac2480659.zip |
- Remove quotes from option description
Reported by: jhale
-rw-r--r-- | games/xmoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 1240dc9bde17..8db83dafe88f 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -35,7 +35,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= README ChangeLog OPTIONS_DEFINE= ASIAN_TTF -ASIAN_TTF_DESC= "Use asian TTF font" +ASIAN_TTF_DESC= Use asian TTF font MAN6= xmoto.6 |