print/foomatic-db-engine: Not jobs safe

Some times man page isn't ready before installing starts.
This commit is contained in:
John Marino 2014-11-07 08:14:25 +00:00
parent f1d57d4743
commit abe5c774d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372247

View file

@ -26,6 +26,8 @@ CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ \
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>