diff options
author | joerg <joerg@pkgsrc.org> | 2013-04-01 12:33:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-04-01 12:33:04 +0000 |
commit | 2bc7d2e0ec2c9ea2b3e057e7e82998a522cf3d40 (patch) | |
tree | 5498c0db160ef32781fb1fcf756deeaf0569fd11 /sysutils/bkpupsd | |
parent | 9a3378a581416bcc15a11368c0ee5ee3ffdc939a (diff) | |
download | pkgsrc-2bc7d2e0ec2c9ea2b3e057e7e82998a522cf3d40.tar.gz |
Fails on a fast build machine with MAKE_JOBS=4 and SSD.
Diffstat (limited to 'sysutils/bkpupsd')
-rw-r--r-- | sysutils/bkpupsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile index 603711e991e..c4793c7c915 100644 --- a/sysutils/bkpupsd/Makefile +++ b/sysutils/bkpupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2012/10/23 19:50:52 asau Exp $ +# $NetBSD: Makefile,v 1.32 2013/04/01 12:33:04 joerg Exp $ # DISTNAME= bkpupsd-2.2.1 @@ -11,6 +11,8 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= # not exist COMMENT= Simple UPS daemon for BK-Pro, BK and FREQUPS A/F series +MAKE_JOBS_SAFE= no + INSTALLATION_DIRS= libexec/bkpupsd sbin ${PKGMANDIR}/cat5 \ ${PKGMANDIR}/cat8 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 \ share/doc/bkpupsd share/examples/bkpupsd |