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 /german/gimp-help | |
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 'german/gimp-help')
-rw-r--r-- | german/gimp-help/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/german/gimp-help/Makefile b/german/gimp-help/Makefile index 96da7db8a1c5..2b59d6756e84 100644 --- a/german/gimp-help/Makefile +++ b/german/gimp-help/Makefile @@ -3,13 +3,13 @@ CATEGORIES= german graphics -MAINTAINER= liangtai.s4@gmail.com +MAINTAINER= liangtai.s16@gmail.com COMMENT= The GIMP User Manual in German +LICENSE= GFDL + MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en DOCLANG= de -AMPLE= "@comment " -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |