Remove www as secondary category. It is redundant in the slave port since master port already adds this
This commit is contained in:
parent
830adcc4cc
commit
95c8162b29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71150
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
PKGNAMEPREFIX?= pt_PT-
|
||||
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
||||
CATEGORIES= portuguese www
|
||||
CATEGORIES= portuguese
|
||||
WEBALIZER_LANG= portuguese
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
|
|
Loading…
Reference in a new issue