Date: Fri, 7 Nov 2014 08:14:26 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372247 - head/print/foomatic-db-engine Message-ID: <201411070814.sA78EQx3086073@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Nov 7 08:14:25 2014 New Revision: 372247 URL: https://svnweb.freebsd.org/changeset/ports/372247 QAT: https://qat.redports.org/buildarchive/r372247/ Log: print/foomatic-db-engine: Not jobs safe Some times man page isn't ready before installing starts. Modified: head/print/foomatic-db-engine/Makefile Modified: head/print/foomatic-db-engine/Makefile ============================================================================== --- head/print/foomatic-db-engine/Makefile Fri Nov 7 04:47:14 2014 (r372246) +++ head/print/foomatic-db-engine/Makefile Fri Nov 7 08:14:25 2014 (r372247) @@ -26,6 +26,8 @@ CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PRE CUPS_FILTERS=${LOCALBASE}/libexec/cups/filters \ CUPS_BACKENDS=${LOCALBASE}/libexec/cups/backends +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e \ "s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \ @@ -38,7 +40,7 @@ post-patch: post-install: .for file in foomatic-combo-xml foomatic-perl-data - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file} .endfor .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411070814.sA78EQx3086073>