diff options
author | steve <steve@FreeBSD.org> | 1998-02-21 02:39:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-21 02:39:58 +0800 |
commit | 7f817ed355206ce0cae7450d457a582f420f4e39 (patch) | |
tree | 083cf344b842bf2f5b9ba97045443ec41e82a8cc /games | |
parent | ca152986b1b0b454ab58e2bea56e7f0842ab2ffe (diff) | |
download | freebsd-ports-graphics-7f817ed355206ce0cae7450d457a582f420f4e39.tar.gz freebsd-ports-graphics-7f817ed355206ce0cae7450d457a582f420f4e39.tar.zst freebsd-ports-graphics-7f817ed355206ce0cae7450d457a582f420f4e39.zip |
Update to reflect Pedro's new Email address.
PR: 5725
Diffstat (limited to 'games')
-rw-r--r-- | games/xbattle/Makefile | 6 | ||||
-rw-r--r-- | games/xbl/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/xbattle/Makefile b/games/xbattle/Makefile index 1cdfbe118aa..73af69f3910 100644 --- a/games/xbattle/Makefile +++ b/games/xbattle/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xbattle # Version required: 15.4.1 # Date created: 6 Apr 97 -# Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> +# Whom: Pedro Giffuni # -# $Id: Makefile,v 1.1.1.1 1997/05/21 03:55:09 asami Exp $ +# $Id: Makefile,v 1.2 1998/01/27 02:08:58 fenner Exp $ # DISTNAME= xbattle-5.4.1 CATEGORIES= games MASTER_SITES= ftp://cns-ftp.bu.edu/pub/xbattle/ -MAINTAINER= pgiffuni@fps.biblos.unal.edu.co +MAINTAINER= giffunip@asme.org USE_IMAKE= yes diff --git a/games/xbl/Makefile b/games/xbl/Makefile index d1ffef3c560..add625544f8 100644 --- a/games/xbl/Makefile +++ b/games/xbl/Makefile @@ -3,7 +3,7 @@ # Date created: May 25 1997 # Whom: pgs (original) # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/04 01:38:15 asami Exp $ # DISTNAME= xbl-1.0h @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/ EXTRACT_SUFX= .tar.Z -MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co +MAINTAINER= giffunip@asme.org USE_X11= yes HAS_CONFIGURE= yes |