diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-07 05:45:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-07 05:45:17 +0000 |
commit | 99cb34013267da8339851b6b2eee45608889d069 (patch) | |
tree | 07c4b7c28a5f10b792d9cccd816242a3f69c9576 /games/gmines/Makefile | |
parent | e745e607b0f72d2929ec7718747fdbce8aa919bd (diff) | |
download | ports-99cb34013267da8339851b6b2eee45608889d069.tar.gz ports-99cb34013267da8339851b6b2eee45608889d069.zip |
Notes
Diffstat (limited to 'games/gmines/Makefile')
-rw-r--r-- | games/gmines/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/gmines/Makefile b/games/gmines/Makefile index a7b978cd5293..abcd9c7a3479 100644 --- a/games/gmines/Makefile +++ b/games/gmines/Makefile @@ -6,12 +6,11 @@ # PORTNAME= gmines -PORTVERSION= 0.1 -PORTREVISION= 2 +PORTVERSION= 0.2 CATEGORIES= games gnustep -MASTER_SITES= http://www.gnustep.it/marko/GMines/ -DISTNAME= GMines -EXTRACT_SUFX= .tgz +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= gap +DISTNAME= GMines-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Well-known minesweeper game for GNUstep |