diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
commit | 6eff5967a7a142fa7085178c8046e462a6f66e9e (patch) | |
tree | 6c280a5fa20df78f1d79b42076c806a8ecf36bc1 /misc | |
parent | Cosmetic. Set their categories right. (diff) |
Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ewipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index e86b08b9efcb..847b441f9f72 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -7,11 +7,11 @@ PORTNAME= ewipe PORTVERSION= 1.1.0 -CATEGORIES= misc tk42 +CATEGORIES+= misc tk42 MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ \ http://freefall.freebsd.org/~itojun/distfiles/ -MAINTAINER= itojun@itojun.org +MAINTAINER?= itojun@itojun.org #RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 |