diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-27 21:52:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-27 21:52:00 +0800 |
commit | ff5fc914d0c9c808ead772a6da3d21b3cd0b67f8 (patch) | |
tree | 7444bc0664e88cace370d5f0a3a938c49fff862a /portuguese | |
parent | ae9d07a3392c56c1d56306e3d21ed057be3b4c73 (diff) | |
download | freebsd-ports-gnome-ff5fc914d0c9c808ead772a6da3d21b3cd0b67f8.tar.gz freebsd-ports-gnome-ff5fc914d0c9c808ead772a6da3d21b3cd0b67f8.tar.zst freebsd-ports-gnome-ff5fc914d0c9c808ead772a6da3d21b3cd0b67f8.zip |
Remove www as secondary category. It is redundant in the slave port since master port already adds this
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/webalizer-pt_BR/Makefile | 2 | ||||
-rw-r--r-- | portuguese/webalizer-pt_PT/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/portuguese/webalizer-pt_BR/Makefile b/portuguese/webalizer-pt_BR/Makefile index cd280849aa24..4bb85b3a5244 100644 --- a/portuguese/webalizer-pt_BR/Makefile +++ b/portuguese/webalizer-pt_BR/Makefile @@ -6,7 +6,7 @@ PKGNAMEPREFIX?= pt_BR- MASTERDIR?= ${.CURDIR}/../../www/webalizer -CATEGORIES= portuguese www +CATEGORIES= portuguese WEBALIZER_LANG= portuguese_brazil .if exists(${.CURDIR}/Makefile.local) diff --git a/portuguese/webalizer-pt_PT/Makefile b/portuguese/webalizer-pt_PT/Makefile index 7082916bc7d0..d83feb9a00fb 100644 --- a/portuguese/webalizer-pt_PT/Makefile +++ b/portuguese/webalizer-pt_PT/Makefile @@ -6,7 +6,7 @@ PKGNAMEPREFIX?= pt_PT- MASTERDIR?= ${.CURDIR}/../../www/webalizer -CATEGORIES= portuguese www +CATEGORIES= portuguese WEBALIZER_LANG= portuguese .if exists(${.CURDIR}/Makefile.local) |