diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-24 09:02:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-24 09:02:55 +0000 |
commit | df082994fde37f6e5e94a221fa77af886c86b72b (patch) | |
tree | a6eeb025e9260ae201ef4ee0e4f08c8035e5d230 /portuguese | |
parent | 9773a43a4e8a5550c3c9c0ba512ed7ce55a56ee8 (diff) | |
download | ports-df082994fde37f6e5e94a221fa77af886c86b72b.tar.gz ports-df082994fde37f6e5e94a221fa77af886c86b72b.zip |
Notes
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/Makefile | 2 | ||||
-rw-r--r-- | portuguese/webalizer-pt_BR/Makefile | 16 | ||||
-rw-r--r-- | portuguese/webalizer-pt_PT/Makefile | 16 |
3 files changed, 34 insertions, 0 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile index e6be2558b44e..7f234ecc0036 100644 --- a/portuguese/Makefile +++ b/portuguese/Makefile @@ -2,5 +2,7 @@ # SUBDIR += aspell SUBDIR += ispell-pt_BR + SUBDIR += webalizer-pt_BR + SUBDIR += webalizer-pt_PT .include <bsd.port.subdir.mk> diff --git a/portuguese/webalizer-pt_BR/Makefile b/portuguese/webalizer-pt_BR/Makefile new file mode 100644 index 000000000000..69f9434e9371 --- /dev/null +++ b/portuguese/webalizer-pt_BR/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: webalizer +# Date created: 21.Nov.2002 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ + +PKGNAMEPREFIX?= br- +MASTERDIR?= ${.CURDIR}/../../www/webalizer +CATEGORIES= portuguese +WEBALIZER_LANG= portuguese_brazil + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" diff --git a/portuguese/webalizer-pt_PT/Makefile b/portuguese/webalizer-pt_PT/Makefile new file mode 100644 index 000000000000..3d0ac2725ee0 --- /dev/null +++ b/portuguese/webalizer-pt_PT/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: webalizer +# Date created: 21.Nov.2002 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ + +PKGNAMEPREFIX?= pt- +MASTERDIR?= ${.CURDIR}/../../www/webalizer +CATEGORIES= portuguese +WEBALIZER_LANG= portuguese + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |