Thu Sep 24 11:21:40 2020 UTC ()
(graphics/ncview) CONFIG_SHELL= bash <= (Syntax error: Bad substitution)


(mef)
diff -r1.49 -r1.50 pkgsrc/graphics/ncview/Makefile

cvs diff -r1.49 -r1.50 pkgsrc/graphics/ncview/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/ncview/Makefile 2020/08/08 22:18:27 1.49
+++ pkgsrc/graphics/ncview/Makefile 2020/09/24 11:21:40 1.50
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.49 2020/08/08 22:18:27 brook Exp $ 1# $NetBSD: Makefile,v 1.50 2020/09/24 11:21:40 mef Exp $
2 2
3DISTNAME= ncview-2.1.7 3DISTNAME= ncview-2.1.7
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ftp://cirrus.ucsd.edu/pub/ncview/ 5MASTER_SITES= ftp://cirrus.ucsd.edu/pub/ncview/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://meteora.ucsd.edu/~pierce/ncview_home_page.html 8HOMEPAGE= http://meteora.ucsd.edu/~pierce/ncview_home_page.html
9COMMENT= Visual browser for netCDF format files 9COMMENT= Visual browser for netCDF format files
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS= pkg-config 13USE_TOOLS= pkg-config
 14CONFIG_SHELL= bash
14 15
15CONFIGURE_ARGS+= --with-udunits2_incdir=${BUILDLINK_PREFIX.udunits}/include 16CONFIGURE_ARGS+= --with-udunits2_incdir=${BUILDLINK_PREFIX.udunits}/include
16CONFIGURE_ARGS+= --with-udunits2_libdir=${BUILDLINK_PREFIX.udunits}/lib 17CONFIGURE_ARGS+= --with-udunits2_libdir=${BUILDLINK_PREFIX.udunits}/lib
17 18
18INSTALLATION_DIRS+= bin lib/X11/app-defaults libdata/ncview ${PKGMANDIR}/man1 19INSTALLATION_DIRS+= bin lib/X11/app-defaults libdata/ncview ${PKGMANDIR}/man1
19 20
20NCMAP_FILES+= 3gauss.ncmap 21NCMAP_FILES+= 3gauss.ncmap
21NCMAP_FILES+= 3saw.ncmap 22NCMAP_FILES+= 3saw.ncmap
22NCMAP_FILES+= bw.ncmap 23NCMAP_FILES+= bw.ncmap
23NCMAP_FILES+= default.ncmap 24NCMAP_FILES+= default.ncmap
24NCMAP_FILES+= detail.ncmap 25NCMAP_FILES+= detail.ncmap
25NCMAP_FILES+= hotres.ncmap 26NCMAP_FILES+= hotres.ncmap
26 27