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/imaze | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'games/imaze')
-rw-r--r-- | games/imaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index a17f96f1071a..82a81852d642 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -7,7 +7,7 @@ DISTNAME= imaze PKGNAME= imaze-1.3 -CATEGORIES+= games +CATEGORIES= games MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/ \ ftp://ftp.tu-clausthal.de/pub/unix/games/imaze/sounds/ DISTFILES= imaze1.3.tar.Z imaze.tar |