diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-10 05:19:29 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-10 05:19:29 +0000 |
commit | 20cf049684c82dec577105ff4474b057e31ca33c (patch) | |
tree | 5db0a90d295570e9dfa4ab72cef204fc2aeede9c | |
parent | rt of xeyes+ -- horrible eyes looking at your mouse cursor (diff) |
Oops, I didn't meant to put x11 in the CATEGORIES.
Notes
Notes:
svn path=/head/; revision=3950
Diffstat (limited to '')
-rw-r--r-- | games/xeyesplus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile index 7916441faa6b..9587fe34cdc1 100644 --- a/games/xeyesplus/Makefile +++ b/games/xeyesplus/Makefile @@ -3,12 +3,12 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1996/10/10 05:12:00 max Exp $ # DISTNAME= xeyes+2.01 PKGNAME= xeyes+-2.01 -CATEGORIES+= games x11 +CATEGORIES+= games MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X/contrib/misc/ |