f005de7ab5
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
16 lines
275 B
Makefile
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"
|