summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-04-07 13:21:28 +0000
committerwiz <wiz@pkgsrc.org>2021-04-07 13:21:28 +0000
commitf23baafdf97fe2f62638911e2fd7179686a71365 (patch)
tree5aec4c1c77ad0796a5300fbce4341e57f447fe41 /emulators
parent7e164d642ffb6ad9b4f670009923472db7800b6c (diff)
downloadpkgsrc-f23baafdf97fe2f62638911e2fd7179686a71365.tar.gz
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 (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index d513760c182..8976af22056 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -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 @@ PLIST.${pvar}= yes
# different versions of Sphinx generate different static files
PLIST_SRC= PLIST ${WRKDIR}/PLIST.STATIC
+PRINT_PLIST_AWK+= /\/_static\// { next; }
+
TEST_TARGET= check
post-extract: