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/xchain | |
parent | Minor change to make it work with other awk versions (The one that OpenBSD (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/xchain')
-rw-r--r-- | games/xchain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xchain/Makefile b/games/xchain/Makefile index 50b33077d7a3..c9cf6064761e 100644 --- a/games/xchain/Makefile +++ b/games/xchain/Makefile @@ -3,12 +3,12 @@ # Date created: 13 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/27 04:36:16 mph Exp $ # DISTNAME= xchain_1.0-2 PKGNAME= xchain-1.0.2 -CATEGORIES= games x11 +CATEGORIES= games MASTER_SITES= http://thor.cam.ac.uk/~ac212/xchain/ MAINTAINER= andy@icc.surw.chel.su |