diff options
author | mat <mat@FreeBSD.org> | 2015-12-29 22:30:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-29 22:30:46 +0800 |
commit | 1772163e63a0cba092480dd01075455ffac9c61c (patch) | |
tree | 80d47d6daf921a1ed1c73eb307c65303934a6eed /games/jaggedalliance2 | |
parent | e51643ad7d5e433459afaad3c44b31e1e7722b73 (diff) | |
download | freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.tar.gz freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.tar.zst freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.zip |
Cleanup GH_* and variables order.
Sponsored by: Absolight
Diffstat (limited to 'games/jaggedalliance2')
-rw-r--r-- | games/jaggedalliance2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index e19498269af7..f82e600fff82 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -3,6 +3,7 @@ PORTNAME= ja2 PORTVERSION= 0.12.1 +DISTVERSIONSUFFIX= -source PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/ \ @@ -13,8 +14,6 @@ COMMENT= Port of "Jagged Alliance 2" using SDL BROKEN= unfetchable -DISTVERSIONSUFFIX= -source - # Ignore this if you feel adventurous ONLY_FOR_ARCHS= amd64 arm i386 pc98 ONLY_FOR_ARCHS_REASON= Needs a little endian environment |