aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-11-27 21:43:52 +0800
committerlioux <lioux@FreeBSD.org>2002-11-27 21:43:52 +0800
commitae9d07a3392c56c1d56306e3d21ed057be3b4c73 (patch)
treeaad53cca80807e43f0f011e8fcfd238ec0d05fb3
parent7d065ed002ee19521aa936fe1b02b7f2573c2c5e (diff)
downloadfreebsd-ports-gnome-ae9d07a3392c56c1d56306e3d21ed057be3b4c73.tar.gz
freebsd-ports-gnome-ae9d07a3392c56c1d56306e3d21ed057be3b4c73.tar.zst
freebsd-ports-gnome-ae9d07a3392c56c1d56306e3d21ed057be3b4c73.zip
o Make PKGNAMEPREFIX language variant specific (i.e., pt_BR)
o Add www as secondary category Approved by: maintainer
-rw-r--r--portuguese/webalizer-pt_BR/Makefile4
-rw-r--r--portuguese/webalizer-pt_PT/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/portuguese/webalizer-pt_BR/Makefile b/portuguese/webalizer-pt_BR/Makefile
index 69f9434e9371..cd280849aa24 100644
--- a/portuguese/webalizer-pt_BR/Makefile
+++ b/portuguese/webalizer-pt_BR/Makefile
@@ -4,9 +4,9 @@
#
# $FreeBSD$
-PKGNAMEPREFIX?= br-
+PKGNAMEPREFIX?= pt_BR-
MASTERDIR?= ${.CURDIR}/../../www/webalizer
-CATEGORIES= portuguese
+CATEGORIES= portuguese www
WEBALIZER_LANG= portuguese_brazil
.if exists(${.CURDIR}/Makefile.local)
diff --git a/portuguese/webalizer-pt_PT/Makefile b/portuguese/webalizer-pt_PT/Makefile
index 3d0ac2725ee0..7082916bc7d0 100644
--- a/portuguese/webalizer-pt_PT/Makefile
+++ b/portuguese/webalizer-pt_PT/Makefile
@@ -4,9 +4,9 @@
#
# $FreeBSD$
-PKGNAMEPREFIX?= pt-
+PKGNAMEPREFIX?= pt_PT-
MASTERDIR?= ${.CURDIR}/../../www/webalizer
-CATEGORIES= portuguese
+CATEGORIES= portuguese www
WEBALIZER_LANG= portuguese
.if exists(${.CURDIR}/Makefile.local)