1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/french/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= french graphics
MAINTAINER= liangtai.s16@gmail.com
COMMENT= GIMP User Manual in French
LICENSE= GFDL
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
DOCLANG= fr
.include "${MASTERDIR}/Makefile"