aboutsummaryrefslogtreecommitdiff
path: root/print/foomatic-db-engine
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-11-07 08:14:25 +0000
committerJohn Marino <marino@FreeBSD.org>2014-11-07 08:14:25 +0000
commitabe5c774d3adc4f71b92a0f0888a91b87793af9a (patch)
treee47e900312365499a02891839c1e1b18bf949925 /print/foomatic-db-engine
parentf1d57d47434276b80eb3c0cf35e1255c6ab3401f (diff)
downloadports-abe5c774d3adc4f71b92a0f0888a91b87793af9a.tar.gz
ports-abe5c774d3adc4f71b92a0f0888a91b87793af9a.zip
print/foomatic-db-engine: Not jobs safe
Some times man page isn't ready before installing starts.
Notes
Notes: svn path=/head/; revision=372247
Diffstat (limited to 'print/foomatic-db-engine')
-rw-r--r--print/foomatic-db-engine/Makefile4
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>