diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-11-10 03:48:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-11-10 03:48:30 +0000 |
commit | 853068f6744840534ad3a651c228a7f48a41847f (patch) | |
tree | 0363af31c5f3c4cc63ce1dc7b89d8cd022eaae05 /misc | |
parent | 3aa51278a5cb780aa2d33d0ff4e7586d481fad27 (diff) | |
download | freebsd-ports-853068f6744840534ad3a651c228a7f48a41847f.zip |
Remove the usage of 'misc' as a secondary category.
Hat: portmgr
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ewipe/Makefile | 2 | ||||
-rw-r--r-- | misc/magicpoint/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index ce5601e904c6..98b3f1d50770 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -7,7 +7,7 @@ PORTNAME= ewipe PORTVERSION= 1.2.0 -CATEGORIES+= misc tk82 +CATEGORIES?= misc tk82 MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ MAINTAINER?= ports@FreeBSD.org diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index df665e2c9872..43adc9012da2 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -8,7 +8,7 @@ PORTNAME= magicpoint PORTVERSION= 1.11b -CATEGORIES+= misc +CATEGORIES?= misc MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ MAINTAINER?= mita@FreeBSD.org |