pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/sc-im math/sc-im: Fix bash shebang for scopen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5ce443d5bb6
branches:  trunk
changeset: 456628:e5ce443d5bb6
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Wed Aug 04 21:09:51 2021 +0000

description:
math/sc-im: Fix bash shebang for scopen

diffstat:

 math/sc-im/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r bdca81bda450 -r e5ce443d5bb6 math/sc-im/Makefile
--- a/math/sc-im/Makefile       Wed Aug 04 17:07:06 2021 +0000
+++ b/math/sc-im/Makefile       Wed Aug 04 21:09:51 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2021/07/26 01:38:05 sjmulder Exp $
+# $NetBSD: Makefile,v 1.28 2021/08/04 21:09:51 sjmulder Exp $
 
 DISTNAME=      sc-im-0.8.2
+PKGREVISION=   1
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=andmarti1424/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -16,7 +17,9 @@
 .include "../../mk/bsd.prefs.mk"
 
 # pkg-config to avoid broken Makefile self-configuration
-USE_TOOLS+=    gmake pkg-config yacc
+USE_TOOLS+=    gmake pkg-config yacc bash:run
+
+REPLACE_BASH+= src/scopen
 
 # gnuplot is invoked through the shell, no need to check at compile time
 CFLAGS+=       -DGNUPLOT



Home | Main Index | Thread Index | Old Index