diff options
author | obache <obache@pkgsrc.org> | 2008-12-20 02:59:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-20 02:59:03 +0000 |
commit | 6aad0d40c68dcf348bc163944a7a9a03e068ffcb (patch) | |
tree | 8a44cb7928b6abf64ae97c59d8bd37998bd53119 /comms | |
parent | 9697c48a338210c9dfd8e762e1d97afb513afc36 (diff) | |
download | pkgsrc-6aad0d40c68dcf348bc163944a7a9a03e068ffcb.tar.gz |
MAKE_JOBS_SAFE=no, or continue to build on install phase.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index ee4088bc449..0e0fd49b224 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2008/06/04 08:54:40 markd Exp $ +# $NetBSD: Makefile,v 1.58 2008/12/20 02:59:03 obache Exp $ VERS= 4.2.5 DISTNAME= hylafax-${VERS} @@ -34,6 +34,8 @@ FAXUSER?= uucp FAXGROUP?= dialer RCD_SCRIPTS= hylafax +MAKE_JOBS_SAFE= NO + INSTALLATION_DIRS= libdata/hylafax SUID_EXES= ${PREFIX}/libexec/faxgetty ${PREFIX}/sbin/faxq \ |