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
15 lines
265 B
Makefile
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"
|