diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-07 08:14:25 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-07 08:14:25 +0000 |
commit | abe5c774d3adc4f71b92a0f0888a91b87793af9a (patch) | |
tree | e47e900312365499a02891839c1e1b18bf949925 /print/foomatic-db-engine | |
parent | f1d57d47434276b80eb3c0cf35e1255c6ab3401f (diff) |
Notes
Diffstat (limited to 'print/foomatic-db-engine')
-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> |