diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /games/xeyesplus | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'games/xeyesplus')
-rw-r--r-- | games/xeyesplus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile index 9587fe34cdc1..d4677aeca8f0 100644 --- a/games/xeyesplus/Makefile +++ b/games/xeyesplus/Makefile @@ -3,13 +3,12 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1996/10/10 05:12:00 max Exp $ +# $Id: Makefile,v 1.2 1996/10/10 05:19:29 max Exp $ # DISTNAME= xeyes+2.01 PKGNAME= xeyes+-2.01 -CATEGORIES+= games - +CATEGORIES= games MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X/contrib/misc/ MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp |