pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 19:36:33 UTC 2020

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
emulators/qemu: remove no-op file from SUBST_FILES


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 pkgsrc/emulators/qemu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.237 pkgsrc/emulators/qemu/Makefile:1.238
--- pkgsrc/emulators/qemu/Makefile:1.237        Thu Apr 30 17:16:04 2020
+++ pkgsrc/emulators/qemu/Makefile      Sun May  3 19:36:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.237 2020/04/30 17:16:04 adam Exp $
+# $NetBSD: Makefile,v 1.238 2020/05/03 19:36:33 rillig Exp $
 
 DISTNAME=      qemu-5.0.0
 CATEGORIES=    emulators
@@ -30,7 +30,7 @@ SUBST_VARS.prefix+=           PREFIX
 SUBST_CLASSES+=                        sphinx-build
 SUBST_STAGE.sphinx-build=      pre-configure
 SUBST_MESSAGE.sphinx-build=    Fix hardcoded sphinx-build
-SUBST_FILES.sphinx-build+=     Makefile configure
+SUBST_FILES.sphinx-build+=     configure
 SUBST_FILES.sphinx-build+=     roms/skiboot/doc/Makefile
 SUBST_FILES.sphinx-build+=     roms/u-boot/Documentation/Makefile
 SUBST_SED.sphinx-build+=       -e 's/sphinx-build/sphinx-build-${PYVERSSUFFIX}/g'



Home | Main Index | Thread Index | Old Index