diff options
author | steve <steve@FreeBSD.org> | 1998-11-21 15:27:41 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-21 15:27:41 +0800 |
commit | 94bc475fd0522bf24445621e1742b1c99992abce (patch) | |
tree | bd317705322bdc734fb15186fabfbfd68ebc13ad /games/xataxx | |
parent | 4061d8091c795fda4e1c5979d8bc82355de1ef2b (diff) | |
download | freebsd-ports-gnome-94bc475fd0522bf24445621e1742b1c99992abce.tar.gz freebsd-ports-gnome-94bc475fd0522bf24445621e1742b1c99992abce.tar.zst freebsd-ports-gnome-94bc475fd0522bf24445621e1742b1c99992abce.zip |
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'games/xataxx')
-rw-r--r-- | games/xataxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xataxx/Makefile b/games/xataxx/Makefile index 0e9be30b3740..177de974e0ca 100644 --- a/games/xataxx/Makefile +++ b/games/xataxx/Makefile @@ -3,12 +3,12 @@ # Date created: 4 July 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/08/24 01:51:29 steve Exp $ +# $Id: Makefile,v 1.2 1998/08/25 01:22:23 asami Exp $ # DISTNAME= xataxx PKGNAME= xataxx-1.0 -CATEGORIES= games x11 +CATEGORIES= games MASTER_SITES= ftp://ftp.x.org/R5contrib/ EXTRACT_SUFX= .tar.Z |