diff options
author | knu <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
commit | 21ba27ec7574cb3e0352707fb2c64c72516b67a8 (patch) | |
tree | 9054a130128890670cf5077a104b85283866ac7b /misc/ewipe | |
parent | 69f007b53e364d62f0f03e0584a2e43373371ac5 (diff) | |
download | FreeBSD-ports-21ba27ec7574cb3e0352707fb2c64c72516b67a8.zip FreeBSD-ports-21ba27ec7574cb3e0352707fb2c64c72516b67a8.tar.gz |
Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
Diffstat (limited to 'misc/ewipe')
-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 e86b08b..847b441 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 |