diff options
author | marino <marino@FreeBSD.org> | 2014-11-07 16:14:25 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-07 16:14:25 +0800 |
commit | 382f295a5420c84c570a6a89bb3c7e9c7717f09f (patch) | |
tree | e47e900312365499a02891839c1e1b18bf949925 /print | |
parent | 5dc52def1fcaf4122c171d590fc7cdb89a9b0ba5 (diff) | |
download | freebsd-ports-gnome-382f295a5420c84c570a6a89bb3c7e9c7717f09f.tar.gz freebsd-ports-gnome-382f295a5420c84c570a6a89bb3c7e9c7717f09f.tar.zst freebsd-ports-gnome-382f295a5420c84c570a6a89bb3c7e9c7717f09f.zip |
print/foomatic-db-engine: Not jobs safe
Some times man page isn't ready before installing starts.
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 828d5fbee06c..2df327be8d91 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -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> |