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:   leot
Date:           Mon May 18 17:07:38 UTC 2020

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: Remove no longer used prefix subst class


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 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.240 pkgsrc/emulators/qemu/Makefile:1.241
--- pkgsrc/emulators/qemu/Makefile:1.240        Sun May 10 11:33:23 2020
+++ pkgsrc/emulators/qemu/Makefile      Mon May 18 17:07:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.240 2020/05/10 11:33:23 skrll Exp $
+# $NetBSD: Makefile,v 1.241 2020/05/18 17:07:38 leot Exp $
 
 DISTNAME=      qemu-5.0.0
 PKGREVISION=   2
@@ -22,12 +22,6 @@ GMAKE_REQD=          4.1 # needed for docs
 
 PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
 
-SUBST_CLASSES+=                        prefix
-SUBST_STAGE.prefix=            pre-configure
-SUBST_MESSAGE.prefix=          Setting PREFIX
-SUBST_FILES.prefix+=           configure
-SUBST_VARS.prefix+=            PREFIX
-
 SUBST_CLASSES+=                        sphinx-build
 SUBST_STAGE.sphinx-build=      pre-configure
 SUBST_MESSAGE.sphinx-build=    Fix hardcoded sphinx-build



Home | Main Index | Thread Index | Old Index