diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-13 14:31:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-13 14:31:55 +0800 |
commit | 8cd88345dd35782d4f66d1cc36f686f5c8d81df8 (patch) | |
tree | 0692260cd685fce6eeb13743d2f95a7b33981472 /games/gmines | |
parent | 1f5cd05f9da4bbac18d5c13d885461b2ea04636e (diff) | |
download | freebsd-ports-gnome-8cd88345dd35782d4f66d1cc36f686f5c8d81df8.tar.gz freebsd-ports-gnome-8cd88345dd35782d4f66d1cc36f686f5c8d81df8.tar.zst freebsd-ports-gnome-8cd88345dd35782d4f66d1cc36f686f5c8d81df8.zip |
- Simplify MASTER_SITES
- Clarify LICENSE
- Drop @dirrm* from plist
Diffstat (limited to 'games/gmines')
-rw-r--r-- | games/gmines/Makefile | 5 | ||||
-rw-r--r-- | games/gmines/pkg-plist | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/games/gmines/Makefile b/games/gmines/Makefile index ff83568d3477..80ba47c6162a 100644 --- a/games/gmines/Makefile +++ b/games/gmines/Makefile @@ -4,14 +4,13 @@ PORTNAME= gmines PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= games gnustep -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= gap +MASTER_SITES= SAVANNAH/gap DISTNAME= GMines-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Well-known minesweeper game for GNUstep -LICENSE= GPLv2 +LICENSE= GPLv2 # or later USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/games/gmines/pkg-plist b/games/gmines/pkg-plist index a08206eb00b2..7c9383963b00 100644 --- a/games/gmines/pkg-plist +++ b/games/gmines/pkg-plist @@ -4,5 +4,3 @@ GNUstep/Local/Applications/GMines.app/Resources/GMines.tiff GNUstep/Local/Applications/GMines.app/Resources/Info-gnustep.plist GNUstep/Local/Applications/GMines.app/stamp.make GNUstep/Local/Tools/GMines -@dirrm GNUstep/Local/Applications/GMines.app/Resources -@dirrm GNUstep/Local/Applications/GMines.app |