diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-08-28 16:35:53 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-08-28 16:35:53 +0000 |
commit | 7d6d0f2de93fed4d79c2e32224effa393d808eca (patch) | |
tree | 82d4a3f9dd668511b0120c69688f0f88ca43f139 /games | |
parent | 45d22f25a88a7f3810532584e9c46b1f24e8085d (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/frozenbubble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile index e6b4108af390..62e158d6f83a 100644 --- a/games/frozenbubble/Makefile +++ b/games/frozenbubble/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://zarb.org/~gc/fb// DISTNAME= frozen-bubble-${PORTVERSION} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= klaus.goger@reflex.at +MAINTAINER= ports@freebsd.org COMMENT= Throw colourful bubbles to build groups and destroy the groups BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL |