diff options
author | rafan <rafan@FreeBSD.org> | 2007-09-24 22:00:40 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-09-24 22:00:40 +0800 |
commit | 076e404698b99c9d5723a648c99076d53693c414 (patch) | |
tree | 732dd514e81066a24aa94fad8f6d96e50b45e2d5 /games/crafty-open-enormous | |
parent | 52ecae81132c1bc1a8712d419ed5a27b49544d07 (diff) | |
download | freebsd-ports-gnome-076e404698b99c9d5723a648c99076d53693c414.tar.gz freebsd-ports-gnome-076e404698b99c9d5723a648c99076d53693c414.tar.zst freebsd-ports-gnome-076e404698b99c9d5723a648c99076d53693c414.zip |
- Add conflicts for crafty-open-enormous
- Make PORTVERSION of crafty-open-enormous to be consistent with others
- Correct CONFLICTS line in crafty-open-large, crafty-open-medium
PR: ports/116598
Submitted by: J Shoemaker <shoemaker at bluebottle.com> (maintainer)
Diffstat (limited to 'games/crafty-open-enormous')
-rw-r--r-- | games/crafty-open-enormous/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile index 6a080a96ddef..b6a560282dc9 100644 --- a/games/crafty-open-enormous/Makefile +++ b/games/crafty-open-enormous/Makefile @@ -6,7 +6,7 @@ # PORTNAME= crafty-open-enormous -PORTVERSION= 1 +PORTVERSION= 20070924 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/ \ ${MASTER_SITE_LOCAL} @@ -23,6 +23,7 @@ DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes NO_PACKAGE= Package is way too big +CONFLICTS= crafty-open-large-* crafty-open-medium-* .include <bsd.port.pre.mk> |