diff options
author | makc <makc@FreeBSD.org> | 2014-02-01 20:49:26 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-01 20:49:26 +0800 |
commit | 5da2f47ada27be603855639dc63bd0aed301a340 (patch) | |
tree | 42d8daf674429ddcd6d8c7703d0d46e7553c687b /portuguese | |
parent | 0f5e1d428847cbc3e4fd726b997bf1d929a4a99c (diff) | |
download | freebsd-ports-gnome-5da2f47ada27be603855639dc63bd0aed301a340.tar.gz freebsd-ports-gnome-5da2f47ada27be603855639dc63bd0aed301a340.tar.zst freebsd-ports-gnome-5da2f47ada27be603855639dc63bd0aed301a340.zip |
- Update gimp-help ports to 2.8.1. Polish translation has been removed, new
translations have been added (ca, da, el, en_GB, sl, pt_BR)
- Add stage support
- Update maintainer address
PR: based on ports/179681
Submitted by: RyoTa SimaMoto (maintainer)
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/Makefile | 1 | ||||
-rw-r--r-- | portuguese/gimp-help-pt_BR/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile index 4addfb4b483f..e22e2f68eb34 100644 --- a/portuguese/Makefile +++ b/portuguese/Makefile @@ -8,6 +8,7 @@ SUBDIR += aspell-pt_PT SUBDIR += calligra-l10n SUBDIR += calligra-l10n-pt_BR + SUBDIR += gimp-help-pt_BR SUBDIR += hunspell SUBDIR += hyphen SUBDIR += irpf-pt_BR diff --git a/portuguese/gimp-help-pt_BR/Makefile b/portuguese/gimp-help-pt_BR/Makefile new file mode 100644 index 000000000000..20d07b3e682a --- /dev/null +++ b/portuguese/gimp-help-pt_BR/Makefile @@ -0,0 +1,15 @@ +# Created by: SimaMoto,RyoTa <liangtai.s16@gmail.com> +# $FreeBSD$ + +CATEGORIES= portuguese graphics + +MAINTAINER= liangtai.s16@gmail.com +COMMENT= The GIMP User Manual in Brazilian Portuguese + +LICENSE= GFDL + +MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en + +DOCLANG= pt_BR + +.include "${MASTERDIR}/Makefile" |