Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg2 ffmpeg2: escape "." in regexp. remo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f220a58e1f7
branches: trunk
changeset: 432703:7f220a58e1f7
user: markd <markd%pkgsrc.org@localhost>
date: Sun May 24 22:01:15 2020 +0000
description:
ffmpeg2: escape "." in regexp. remove SUBST_NOOP_OK - from rillig
diffstat:
multimedia/ffmpeg2/Makefile.common | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r ad03710d1f4c -r 7f220a58e1f7 multimedia/ffmpeg2/Makefile.common
--- a/multimedia/ffmpeg2/Makefile.common Sun May 24 21:52:06 2020 +0000
+++ b/multimedia/ffmpeg2/Makefile.common Sun May 24 22:01:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.60 2020/05/24 02:10:55 markd Exp $
+# $NetBSD: Makefile.common,v 1.61 2020/05/24 22:01:15 markd Exp $
# used by multimedia/ffmpeg2/Makefile
# used by multimedia/ffplay2/Makefile
@@ -78,8 +78,7 @@
SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-configure
SUBST_FILES.conf= ffserver.c
-SUBST_SED.conf= -e 's,/etc/ffserver.conf,${PKG_SYSCONFDIR}/ffserver.conf,g'
-SUBST_NOOP_OK.conf= yes
+SUBST_SED.conf= -e 's,/etc/ffserver\.conf,${PKG_SYSCONFDIR}/ffserver.conf,g'
SUBST_MESSAGE.conf= Fixing configuration path.
PLIST_SRC+= ${PKGDIR}/PLIST
Home |
Main Index |
Thread Index |
Old Index