diff options
author | dholland <dholland@pkgsrc.org> | 2010-07-12 01:57:34 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-07-12 01:57:34 +0000 |
commit | cfb09920eba55611e3207fdfe687942ee5f47056 (patch) | |
tree | 1c817e161693ad74b2e8f5c5c79e44bd18c6ea74 /editors | |
parent | 10684900a965f399aca9a8183dc653915b9d0659 (diff) | |
download | pkgsrc-cfb09920eba55611e3207fdfe687942ee5f47056.tar.gz |
Not MAKE_JOBS_SAFE:
Producing `src/paths.h' from `src/paths.h.in'.
Producing `src/paths.h' from `src/paths.h.in'.
[...]
cmp: src/paths.h.tmp: No such file or directory
mv: rename src/paths.h.tmp to src/paths.h: No such file or directory
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 7ca6e696ef8..410b086233c 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2010/07/11 03:00:33 obache Exp $ +# $NetBSD: Makefile,v 1.45 2010/07/12 01:57:34 dholland Exp $ DISTNAME= mule-2.3 PKGREVISION= 6 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.m17n.org/mule/ COMMENT= Multilingual GNU editing macros (editor) PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no CONFLICTS= emacs-[0-9]* |