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 /polish | |
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 'polish')
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/gimp-help/Makefile | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/polish/Makefile b/polish/Makefile index 15aabad1f4c0..e1030d6eb8d9 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -8,7 +8,6 @@ SUBDIR += ekg SUBDIR += ekg2 SUBDIR += fortunepl - SUBDIR += gimp-help SUBDIR += gnugadu2 SUBDIR += hunspell SUBDIR += hyphen diff --git a/polish/gimp-help/Makefile b/polish/gimp-help/Makefile deleted file mode 100644 index cfd42befa522..000000000000 --- a/polish/gimp-help/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com> -# $FreeBSD$ - -CATEGORIES= polish graphics - -MAINTAINER= liangtai.s4@gmail.com -COMMENT= The GIMP User Manual in Polish - -MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en - -DOCLANG= pl -AMPLE= "@comment " - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" |