diff options
-rw-r--r-- | games/crimson/Makefile | 6 | ||||
-rw-r--r-- | games/crimson/pkg-plist | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 95998561ae7a..464fc85b046c 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -5,12 +5,16 @@ PORTNAME= crimson PORTVERSION= 0.5.3 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= http://crimson.seul.org/files/ +MASTER_SITES= http://crimson.seul.org/files/ \ + http://mirror.amdmi3.ru/distfiles/ PKGNAMESUFFIX= -fields MAINTAINER= ports@FreeBSD.org COMMENT= Tactical war game in the tradition of Battle Isle +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USES= gmake USE_SDL= mixer sdl ttf diff --git a/games/crimson/pkg-plist b/games/crimson/pkg-plist index 15ec554ec5bf..2102c2634777 100644 --- a/games/crimson/pkg-plist +++ b/games/crimson/pkg-plist @@ -45,8 +45,3 @@ share/pixmaps/crimson.png %%DATADIR%%/sound/repair.wav %%DATADIR%%/sound/select.wav share/applications/crimson.desktop -@dirrm %%DATADIR%%/sound -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/locale -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%% |