diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-22 23:31:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-22 23:31:09 +0800 |
commit | 3028531e566f77423866d06379e13528c0cc5fb9 (patch) | |
tree | d880560d0d601749a66b50b85a3a1009311c07d1 /games/crafty-open-large | |
parent | 0ea60c4a828008c00ca80fc25775264d4df330a0 (diff) | |
download | freebsd-ports-gnome-3028531e566f77423866d06379e13528c0cc5fb9.tar.gz freebsd-ports-gnome-3028531e566f77423866d06379e13528c0cc5fb9.tar.zst freebsd-ports-gnome-3028531e566f77423866d06379e13528c0cc5fb9.zip |
- Fix plist in ports depending on crafty
- Assign maintainership of crafty-open-* to submitter
PR: 132935
Submitted by: Florian Smeets <flo at kasimir dot com> (crafty maintainer)
Diffstat (limited to 'games/crafty-open-large')
-rw-r--r-- | games/crafty-open-large/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile index c03b0fdc89db..0c2a94986a20 100644 --- a/games/crafty-open-large/Makefile +++ b/games/crafty-open-large/Makefile @@ -7,13 +7,13 @@ PORTNAME= crafty-open-large PORTVERSION= 20070909 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd/crafty DISTFILES= large1.zip large2.zip large3.zip large4.zip -MAINTAINER= ports@FreeBSD.org +MAINTAINER= flo@kasimir.com COMMENT= The large opening book for crafty BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty @@ -22,7 +22,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes -CONFLICTS= crafty-open-enormous-* crafty-open-medium-* +CONFLICTS= crafty-open-enormous-* crafty-open-medium-* crafty-open-default-* post-extract: @${ECHO_MSG} '================================================================' |