freebsd-ports/misc/gimp-help-el/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

15 lines
265 B
Makefile

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