diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-27 23:25:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-27 23:25:33 +0000 |
commit | c23cc4074c4780fbdb038caecb7d43e5ce58e78a (patch) | |
tree | adb3decf75e056017f92743334afad729ac76ab0 /games/xpanex | |
parent | 53305a53efa8d924dd3d4f72b161e070053a3ddc (diff) |
Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.
Partial list submitted by: Josh Gilliam <josh@quick.net>
Notes
Notes:
svn path=/head/; revision=12173
Diffstat (limited to 'games/xpanex')
-rw-r--r-- | games/xpanex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpanex/Makefile b/games/xpanex/Makefile index 7570b72a985c..922c0f19fc67 100644 --- a/games/xpanex/Makefile +++ b/games/xpanex/Makefile @@ -3,11 +3,11 @@ # Date created: 27 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/05/20 07:54:06 tg Exp $ +# $Id: Makefile,v 1.2 1998/06/11 02:51:23 mph Exp $ # DISTNAME= xpanex-5.4.4 -CATEGORIES= games x11 +CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles |