diff options
author | asami <asami@FreeBSD.org> | 1998-07-28 07:25:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-28 07:25:33 +0800 |
commit | 16a95f548a758d828bcacff04535926bcce180b1 (patch) | |
tree | 32a03d4fa1b62c956de2cd87f27a4f6b1e82c320 /games/xabacus | |
parent | 7836a4102623d9d92425926490542d3cf33bd656 (diff) | |
download | freebsd-ports-gnome-16a95f548a758d828bcacff04535926bcce180b1.tar.gz freebsd-ports-gnome-16a95f548a758d828bcacff04535926bcce180b1.tar.zst freebsd-ports-gnome-16a95f548a758d828bcacff04535926bcce180b1.zip |
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>
Diffstat (limited to 'games/xabacus')
-rw-r--r-- | games/xabacus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xabacus/Makefile b/games/xabacus/Makefile index 10337e9ee100..eb4ae32b5d2a 100644 --- a/games/xabacus/Makefile +++ b/games/xabacus/Makefile @@ -3,11 +3,11 @@ # Date created: 3 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/05 01:25:23 mph Exp $ # DISTNAME= xabacus-5.4.4 -CATEGORIES= games x11 +CATEGORIES= games MASTER_SITES= ftp://ftp.tux.org/pub/people/david-bagley/xabacus/ \ ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications |