diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-17 07:52:03 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-17 07:52:03 +0000 |
commit | 6e5635cd8c959893025231c4aa8e299898581080 (patch) | |
tree | 0400184a3f6ebf11af0d4f40c3907a821e3e889e /games/xbl | |
parent | 27e019d82836fbbede7cae95d14b98ef982e48a0 (diff) | |
download | ports-6e5635cd8c959893025231c4aa8e299898581080.tar.gz ports-6e5635cd8c959893025231c4aa8e299898581080.zip |
Notes
Diffstat (limited to 'games/xbl')
-rw-r--r-- | games/xbl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile index 5c51021a0d8d..00db328eb6c3 100644 --- a/games/xbl/Makefile +++ b/games/xbl/Makefile @@ -3,18 +3,18 @@ # Date created: May 25 1997 # Whom: pgs (original) # -# $Id: Makefile,v 1.2 1998/02/20 18:39:48 steve Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:30:57 asami Exp $ # -DISTNAME= xbl-1.0h +DISTNAME= xbl-1.0i CATEGORIES= games MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/ EXTRACT_SUFX= .tar.Z -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes HAS_CONFIGURE= yes -MANN= xbl.n +MANn= xbl.n .include <bsd.port.mk> |