diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-15 10:29:35 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-15 10:29:35 +0000 |
commit | b38075af0b903f6b0bb2a77fa18e4e1bdf21f03d (patch) | |
tree | 7a6acad066c8249533870b9d7baefe0c2b4a01a7 | |
parent | 374cb3b37ab3c52d73348723d9f1c2c638000f34 (diff) | |
download | FreeBSD-ports-b38075af0b903f6b0bb2a77fa18e4e1bdf21f03d.zip FreeBSD-ports-b38075af0b903f6b0bb2a77fa18e4e1bdf21f03d.tar.gz |
Slave ports do not need to include the master category in CATEGORIES.
It is redundant.
PR: ports/49002
Submitted by: Dan Langille <dan@langille.org>
Obtained from: FreshPorts survey
-rw-r--r-- | chinese/bitchx/Makefile | 2 | ||||
-rw-r--r-- | chinese/eterm/Makefile | 2 | ||||
-rw-r--r-- | chinese/xemacs21/Makefile | 2 | ||||
-rw-r--r-- | chinese/xmms/Makefile | 2 | ||||
-rw-r--r-- | japanese/binder/Makefile | 2 | ||||
-rw-r--r-- | japanese/jgv/Makefile | 2 | ||||
-rw-r--r-- | korean/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | korean/openoffice-1.1/Makefile | 2 | ||||
-rw-r--r-- | www/w3m-m17n/Makefile | 3 |
9 files changed, 7 insertions, 12 deletions
diff --git a/chinese/bitchx/Makefile b/chinese/bitchx/Makefile index ee597d2..61cea67 100644 --- a/chinese/bitchx/Makefile +++ b/chinese/bitchx/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitchX PORTREVISION= 4 -CATEGORIES= chinese irc +CATEGORIES= chinese MAINTAINER= clive@FreeBSD.org COMMENT= A zh-tw cursor movement friendly, wrapping clean BitchX diff --git a/chinese/eterm/Makefile b/chinese/eterm/Makefile index f3023aa..c1c3471 100644 --- a/chinese/eterm/Makefile +++ b/chinese/eterm/Makefile @@ -3,7 +3,7 @@ # Whom: Michael C. Wu # $FreeBSD$ -CATEGORIES= chinese x11 +CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../x11/eterm diff --git a/chinese/xemacs21/Makefile b/chinese/xemacs21/Makefile index 614a560..f4daae2 100644 --- a/chinese/xemacs21/Makefile +++ b/chinese/xemacs21/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= chinese editors +CATEGORIES= chinese MAINTAINER= keith@FreeBSD.org COMMENT= XEmacs text editor version 21, with XIM support and Big5 settings diff --git a/chinese/xmms/Makefile b/chinese/xmms/Makefile index 765d741..b2935cc 100644 --- a/chinese/xmms/Makefile +++ b/chinese/xmms/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= chinese multimedia +CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../multimedia/xmms diff --git a/japanese/binder/Makefile b/japanese/binder/Makefile index 63aa0fe..9e06e37 100644 --- a/japanese/binder/Makefile +++ b/japanese/binder/Makefile @@ -5,8 +5,6 @@ # $FreeBSD$ # -CATEGORIES= japanese - LANGUAGE= Japanese MASTERDIR= ${.CURDIR}/../../x11-fm/binder diff --git a/japanese/jgv/Makefile b/japanese/jgv/Makefile index dd64cea..132089b 100644 --- a/japanese/jgv/Makefile +++ b/japanese/jgv/Makefile @@ -5,8 +5,6 @@ # $FreeBSD$ # -CATEGORIES= japanese - LANGUAGE= Japanese MASTERDIR= ${.CURDIR}/../../graphics/jgv diff --git a/korean/openoffice-1.0/Makefile b/korean/openoffice-1.0/Makefile index 21941ef..13c7c12 100644 --- a/korean/openoffice-1.0/Makefile +++ b/korean/openoffice-1.0/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= korean editors +CATEGORIES= korean LANG_PKGNAME= ko LANG_EXT= 82 diff --git a/korean/openoffice-1.1/Makefile b/korean/openoffice-1.1/Makefile index 2f2906f..75edcfd 100644 --- a/korean/openoffice-1.1/Makefile +++ b/korean/openoffice-1.1/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORIES= korean editors +CATEGORIES= korean LANG_PKGNAME= ko LANG_EXT= 82 diff --git a/www/w3m-m17n/Makefile b/www/w3m-m17n/Makefile index 34a2580..80698a9 100644 --- a/www/w3m-m17n/Makefile +++ b/www/w3m-m17n/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ # -CATEGORIES= www COMMENT= A pager/text-based WWW browser with multilingualization support -MASTERDIR= ${.CURDIR}/../../www/w3m +MASTERDIR= ${.CURDIR}/../w3m PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist |