pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/bcmfw cut spurious character in sed pattern
details: https://anonhg.NetBSD.org/pkgsrc/rev/b26ee509792b
branches: trunk
changeset: 428251:b26ee509792b
user: plunky <plunky%pkgsrc.org@localhost>
date: Sun Apr 26 11:47:53 2020 +0000
description:
cut spurious character in sed pattern
diffstat:
sysutils/bcmfw/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r f3e7093385f3 -r b26ee509792b sysutils/bcmfw/Makefile
--- a/sysutils/bcmfw/Makefile Sun Apr 26 10:22:59 2020 +0000
+++ b/sysutils/bcmfw/Makefile Sun Apr 26 11:47:53 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2020/04/07 08:13:51 plunky Exp $
+# $NetBSD: Makefile,v 1.15 2020/04/26 11:47:53 plunky Exp $
DISTNAME= bcmfw-2.3
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/plunky/bcmfw/archive/
DIST_SUBDIR= ${PKGNAME_NOREV}
@@ -33,7 +34,7 @@
SUBST_CLASSES+= dir
SUBST_FILES.dir= bcmfw.8
-SUBST_SED.dir= -e 's,/libdata/bcmfw,${PREFIX}/${FIRMWARE_DIR}&,'
+SUBST_SED.dir= -e 's,/libdata/bcmfw,${PREFIX}/${FIRMWARE_DIR},'
SUBST_STAGE.dir= pre-configure
SUBST_MESSAGE.dir= Fixing path to firmware directory.
Home |
Main Index |
Thread Index |
Old Index