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/xbloody | |
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/xbloody')
-rw-r--r-- | games/xbloody/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xbloody/Makefile b/games/xbloody/Makefile index 8ff212813745..b428f0ce7ea6 100644 --- a/games/xbloody/Makefile +++ b/games/xbloody/Makefile @@ -3,12 +3,12 @@ # Date created: 10 February 1998 # Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1998/02/15 14:25:38 jseger Exp $ +# $Id: Makefile,v 1.1.1.1 1998/02/15 17:03:36 jseger Exp $ # DISTNAME= xbloody PKGNAME= xbloody-1.00 -CATEGORIES= games x11 +CATEGORIES= games MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1994/oct/ MAINTAINER= kazu@jp.freebsd.org |