freebsd-ports/german/gimp-help/Makefile
Tobias Kortkamp f005de7ab5 */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
2019-02-24 15:08:19 +00:00

16 lines
275 B
Makefile

# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com>
# $FreeBSD$
CATEGORIES= german graphics
MAINTAINER= liangtai.s16@gmail.com
COMMENT= GIMP User Manual in German
LICENSE= GFDL
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
DOCLANG= de
.include "${MASTERDIR}/Makefile"