diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-05-06 22:28:43 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-05-06 22:28:43 +0800 |
commit | 6090299491ece11f9d47df4ebf26afdbd45b660b (patch) | |
tree | 4e5430587ab7b5f9428ff01592514ff0ab27006d /games/crossfire-client | |
parent | e48d1148faf11d894c2fc56e3a50dd81d2c1e175 (diff) | |
download | freebsd-ports-gnome-6090299491ece11f9d47df4ebf26afdbd45b660b.tar.gz freebsd-ports-gnome-6090299491ece11f9d47df4ebf26afdbd45b660b.tar.zst freebsd-ports-gnome-6090299491ece11f9d47df4ebf26afdbd45b660b.zip |
Remove perl5 from CATEGORIES
Approved-by: Wolfram Schneider <wosch@apfel.de>
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index ca63378d6f6a..ad067a9ed189 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -3,11 +3,11 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.11 1997/01/26 10:06:58 andreas Exp $ +# $Id: Makefile,v 1.12 1997/04/20 13:52:22 wosch Exp $ # DISTNAME= crossfire-0.93.0 -CATEGORIES= games perl5 +CATEGORIES= games MASTER_SITES= ftp://ra.pyramid.com/pub/crossfire/ \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ ftp://ftp.real-time.com/pub/games/crossfire/ \ |