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-medium | |
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-medium')
-rw-r--r-- | games/crafty-open-medium/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile index bad782fc8c71..86b7808cc30f 100644 --- a/games/crafty-open-medium/Makefile +++ b/games/crafty-open-medium/Makefile @@ -7,6 +7,7 @@ PORTNAME= crafty-open-medium PORTVERSION= 20070909 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd/crafty @@ -21,7 +22,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes -CONFLICTS= games/crafty-open-enormous-* games/crafty-open-large-* +CONFLICTS= crafty-open-enormous-* crafty-open-large-* .include <bsd.port.pre.mk> |