diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-07 15:52:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-07 15:52:18 +0000 |
commit | 2e59da295c25140209418c7b478502885b71be6a (patch) | |
tree | bd95728b38c70426e4c5e974563ad2977c7def95 /games/blobby | |
parent | 78b76b211d94faf91eb9d4c78921e1937333fe6a (diff) | |
download | ports-2e59da295c25140209418c7b478502885b71be6a.tar.gz ports-2e59da295c25140209418c7b478502885b71be6a.zip |
Notes
Diffstat (limited to 'games/blobby')
-rw-r--r-- | games/blobby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/blobby/Makefile b/games/blobby/Makefile index 1047be69c2e0..055685a447f4 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: blobby # Date created: 01 Apr 2008 -# Whom: Ganael Laplanche <ganael.laplanche@martymac.com> +# Whom: Ganael Laplanche <ganael.laplanche@martymac.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/Beta%200.9b DISTNAME= blobby2-linux-${PORTVERSION} -MAINTAINER= ganael.laplanche@martymac.com +MAINTAINER= ganael.laplanche@martymac.org COMMENT= Official continuation of the famous Blobby Volley 1.x game LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ |