diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-24 15:08:19 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-24 15:08:19 +0000 |
commit | f005de7ab52eb5f901baa35207b099f45b6e2302 (patch) | |
tree | 26cbc19bc7a53c3232846b5a4c1a9d168cbf5f91 /korean | |
parent | 2a6c482fdbb6450d0b127c5853966919a6186113 (diff) | |
download | freebsd-ports-f005de7ab52eb5f901baa35207b099f45b6e2302.zip |
*/gimp-help*: Mark MAKE_JOBS_UNSAFE
The build of the non-English slave ports can fail randomly when
building in parallel. Mark the master port (misc/gimp-help-en)
MAKE_JOBS_UNSAFE to work around this.
- Drop 'The' prefix from COMMMENT in the slave ports while here
PR: 226054, 226189
Submitted by: maintainer
Reported by: truckman
Diffstat (limited to 'korean')
-rw-r--r-- | korean/gimp-help/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/gimp-help/Makefile b/korean/gimp-help/Makefile index f4e626cdda7a..710fd9314a91 100644 --- a/korean/gimp-help/Makefile +++ b/korean/gimp-help/Makefile @@ -4,7 +4,7 @@ CATEGORIES= korean graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Korean +COMMENT= GIMP User Manual in Korean LICENSE= GFDL |