pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/sc-im
Module Name: pkgsrc
Committed By: sjmulder
Date: Wed Aug 4 21:09:51 UTC 2021
Modified Files:
pkgsrc/math/sc-im: Makefile
Log Message:
math/sc-im: Fix bash shebang for scopen
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/sc-im/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/sc-im/Makefile
diff -u pkgsrc/math/sc-im/Makefile:1.27 pkgsrc/math/sc-im/Makefile:1.28
--- pkgsrc/math/sc-im/Makefile:1.27 Mon Jul 26 01:38:05 2021
+++ pkgsrc/math/sc-im/Makefile Wed Aug 4 21:09:51 2021
@@ -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 @@ INSTALL_DIRS= src
.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