pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/minipro
Module Name: pkgsrc
Committed By: hauke
Date: Mon Apr 28 12:03:31 UTC 2025
Modified Files:
pkgsrc/sysutils/minipro: Makefile
Log Message:
Massage the installed bash script (could be POSIX, but since it
explicitly calls bash, we'll go with it), unbreaking the build.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/minipro/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/minipro/Makefile
diff -u pkgsrc/sysutils/minipro/Makefile:1.7 pkgsrc/sysutils/minipro/Makefile:1.8
--- pkgsrc/sysutils/minipro/Makefile:1.7 Sun Apr 27 17:46:01 2025
+++ pkgsrc/sysutils/minipro/Makefile Mon Apr 28 12:03:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/04/27 17:46:01 thorpej Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/28 12:03:31 hauke Exp $
MINIPRO_VERS= 0.7.3
@@ -15,7 +15,9 @@ HOMEPAGE= https://gitlab.com/DavidGriffi
COMMENT= Control the MiniPRO TL866xx / Xgecu family of chip programmers
LICENSE= gnu-gpl-v3
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config bash
+
+REPLACE_BASH+= dump-alg-minipro.bash
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
MAKE_FLAGS+= MAN_INSTDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index