diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-03-21 18:01:42 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-03-21 18:01:42 +0800 |
commit | 6a935feb725073b92f2d16f6a41dc314ece74bcf (patch) | |
tree | 707e9a9d95788bbd2cb6770d8c0f5ba41e0e9fc3 /games | |
parent | 7eb19638a1898f789e3fac0c9ad53546fc1968c5 (diff) | |
download | freebsd-ports-gnome-6a935feb725073b92f2d16f6a41dc314ece74bcf.tar.gz freebsd-ports-gnome-6a935feb725073b92f2d16f6a41dc314ece74bcf.tar.zst freebsd-ports-gnome-6a935feb725073b92f2d16f6a41dc314ece74bcf.zip |
Remove quotes from COMMENT.
Diffstat (limited to 'games')
-rw-r--r-- | games/moonlander/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/moonlander/Makefile b/games/moonlander/Makefile index 5e23f9233993..45f4de014a75 100644 --- a/games/moonlander/Makefile +++ b/games/moonlander/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://downloads.daveblood.com/lunar_lander/ DISTNAME= moon-lander-1.0 MAINTAINER= ports@FreeBSD.org -COMMENT= "land a spacecraft on the moon" +COMMENT= Land a spacecraft on the moon USE_SDL= mixer image sdl USE_X_PREFIX= YES |