diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-15 18:29:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-15 18:29:35 +0800 |
commit | b38075af0b903f6b0bb2a77fa18e4e1bdf21f03d (patch) | |
tree | 7a6acad066c8249533870b9d7baefe0c2b4a01a7 /www | |
parent | 374cb3b37ab3c52d73348723d9f1c2c638000f34 (diff) | |
download | freebsd-ports-gnome-b38075af0b903f6b0bb2a77fa18e4e1bdf21f03d.tar.gz freebsd-ports-gnome-b38075af0b903f6b0bb2a77fa18e4e1bdf21f03d.tar.zst freebsd-ports-gnome-b38075af0b903f6b0bb2a77fa18e4e1bdf21f03d.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m-m17n/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/w3m-m17n/Makefile b/www/w3m-m17n/Makefile index 34a2580b888e..80698a9be81c 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 |