pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ispell-base MAKE_JOBS_SAFE=no



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ad04346787d
branches:  trunk
changeset: 548715:9ad04346787d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Oct 21 18:25:48 2008 +0000

description:
MAKE_JOBS_SAFE=no

diffstat:

 textproc/ispell-base/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c58c556ea70e -r 9ad04346787d textproc/ispell-base/Makefile
--- a/textproc/ispell-base/Makefile     Tue Oct 21 17:16:15 2008 +0000
+++ b/textproc/ispell-base/Makefile     Tue Oct 21 18:25:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/10/17 00:00:54 tnn Exp $
+# $NetBSD: Makefile,v 1.32 2008/10/21 18:25:48 tnn Exp $
 #
 
 DISTNAME=      ispell-3.3.02
@@ -16,6 +16,7 @@
 INSTALLATION_DIRS=     bin lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
 MAKE_FLAGS+=   TMPDIR=${WRKDIR:Q}
+MAKE_JOBS_SAFE=        no
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index