pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: add some PLIST magic to avoid get...
details: https://anonhg.NetBSD.org/pkgsrc/rev/46caacc9a787
branches: trunk
changeset: 449903:46caacc9a787
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 07 13:21:28 2021 +0000
description:
qemu: add some PLIST magic to avoid getting _static files into the plist again
At least if you're using print-PLIST, which is kind of hard for
this package.
diffstat:
emulators/qemu/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e1c9f951ee73 -r 46caacc9a787 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Wed Apr 07 13:21:12 2021 +0000
+++ b/emulators/qemu/Makefile Wed Apr 07 13:21:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.269 2021/03/31 08:52:27 reinoud Exp $
+# $NetBSD: Makefile,v 1.270 2021/04/07 13:21:28 wiz Exp $
DISTNAME= qemu-5.2.0
PKGREVISION= 5
@@ -138,6 +138,8 @@
# different versions of Sphinx generate different static files
PLIST_SRC= PLIST ${WRKDIR}/PLIST.STATIC
+PRINT_PLIST_AWK+= /\/_static\// { next; }
+
TEST_TARGET= check
post-extract:
Home |
Main Index |
Thread Index |
Old Index