pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/eltclsh



Module Name:    pkgsrc
Committed By:   rin
Date:           Thu Oct  6 22:39:51 UTC 2022

Modified Files:
        pkgsrc/shells/eltclsh: Makefile

Log Message:
shells/eltclsh: Sprinkle MAKE_JOB_SAFE=no


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/shells/eltclsh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/eltclsh/Makefile
diff -u pkgsrc/shells/eltclsh/Makefile:1.14 pkgsrc/shells/eltclsh/Makefile:1.15
--- pkgsrc/shells/eltclsh/Makefile:1.14 Mon Aug 17 20:20:01 2020
+++ pkgsrc/shells/eltclsh/Makefile      Thu Oct  6 22:39:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/08/17 20:20:01 leot Exp $
+# $NetBSD: Makefile,v 1.15 2022/10/06 22:39:51 rin Exp $
 
 DISTNAME=      eltclsh-1.9
 PKGREVISION=   7
@@ -16,6 +16,8 @@ USE_LANGUAGES=                c
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 
+MAKE_JOB_SAFE=         no
+
 .include "options.mk"
 
 INSTALL_ENV+=          ELTCL_LIBRARY=${DESTDIR}${PREFIX}/share/eltcl



Home | Main Index | Thread Index | Old Index