diff options
author | asami <asami@FreeBSD.org> | 1997-12-26 06:29:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-26 06:29:52 +0800 |
commit | f64e8205f0137f683eab98cd135658efc4d521ce (patch) | |
tree | 08cc308b66ea53ea74832bb5eb0426cfd544b40a /games/xlife/Makefile | |
parent | 85a77e68a5b3cf704192c0604484cf85ba114048 (diff) | |
download | freebsd-ports-gnome-f64e8205f0137f683eab98cd135658efc4d521ce.tar.gz freebsd-ports-gnome-f64e8205f0137f683eab98cd135658efc4d521ce.tar.zst freebsd-ports-gnome-f64e8205f0137f683eab98cd135658efc4d521ce.zip |
Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
Diffstat (limited to 'games/xlife/Makefile')
-rw-r--r-- | games/xlife/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile index a8b587ca2711..d584824d5a01 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -3,7 +3,7 @@ # Date created: 15 March 1995 # Whom: asami # -# $Id: Makefile,v 1.6 1997/01/03 09:37:22 obrien Exp $ +# $Id: Makefile,v 1.7 1997/09/09 02:52:07 asami Exp $ # DISTNAME= xlife @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ MASTER_SITE_SUBDIR= ../../R5contrib EXTRACT_SUFX= .tar.Z -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes |