pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ncview



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Sep 24 11:21:40 UTC 2020

Modified Files:
        pkgsrc/graphics/ncview: Makefile

Log Message:
(graphics/ncview) CONFIG_SHELL= bash <= (Syntax error: Bad substitution)


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/ncview/Makefile

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

Modified files:

Index: pkgsrc/graphics/ncview/Makefile
diff -u pkgsrc/graphics/ncview/Makefile:1.49 pkgsrc/graphics/ncview/Makefile:1.50
--- pkgsrc/graphics/ncview/Makefile:1.49        Sat Aug  8 22:18:27 2020
+++ pkgsrc/graphics/ncview/Makefile     Thu Sep 24 11:21:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/08/08 22:18:27 brook Exp $
+# $NetBSD: Makefile,v 1.50 2020/09/24 11:21:40 mef Exp $
 
 DISTNAME=              ncview-2.1.7
 CATEGORIES=            graphics
@@ -11,6 +11,7 @@ LICENSE=              gnu-gpl-v3
 
 GNU_CONFIGURE=         yes
 USE_TOOLS=             pkg-config
+CONFIG_SHELL=          bash
 
 CONFIGURE_ARGS+=       --with-udunits2_incdir=${BUILDLINK_PREFIX.udunits}/include
 CONFIGURE_ARGS+=       --with-udunits2_libdir=${BUILDLINK_PREFIX.udunits}/lib



Home | Main Index | Thread Index | Old Index