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/spider | |
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/spider')
-rw-r--r-- | games/spider/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile index 1c5df3d48aa9..6b604507bdad 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Oct 1995 # Whom: se # -# $Id: Makefile,v 1.2 1995/10/10 23:56:56 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:25:01 asami Exp $ # DISTNAME= spider @@ -11,7 +11,7 @@ PKGNAME= spider-1.1 CATEGORIES= games MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes INSTALL_TARGET= install install.doc |