print/foomatic-db-engine: Not jobs safe
Some times man page isn't ready before installing starts.
This commit is contained in:
parent
f1d57d4743
commit
abe5c774d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372247
1 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,8 @@ CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ \
|
||||||
CUPS_FILTERS=${LOCALBASE}/libexec/cups/filters \
|
CUPS_FILTERS=${LOCALBASE}/libexec/cups/filters \
|
||||||
CUPS_BACKENDS=${LOCALBASE}/libexec/cups/backends
|
CUPS_BACKENDS=${LOCALBASE}/libexec/cups/backends
|
||||||
|
|
||||||
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
"s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \
|
"s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \
|
||||||
|
@ -38,7 +40,7 @@ post-patch:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.for file in foomatic-combo-xml foomatic-perl-data
|
.for file in foomatic-combo-xml foomatic-perl-data
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue