pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools48



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jun  6 04:09:44 UTC 2020

Modified Files:
        pkgsrc/sysutils/xentools48: Makefile

Log Message:
sysutils/xentools48: remove no-op file from SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/xentools48/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xentools48/Makefile
diff -u pkgsrc/sysutils/xentools48/Makefile:1.32 pkgsrc/sysutils/xentools48/Makefile:1.33
--- pkgsrc/sysutils/xentools48/Makefile:1.32    Sun Mar  8 16:51:25 2020
+++ pkgsrc/sysutils/xentools48/Makefile Sat Jun  6 04:09:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/03/08 16:51:25 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2020/06/06 04:09:44 rillig Exp $
 #
 VERSION=       4.8.5
 VERSION_IPXE=  827dd1bfee67daa683935ce65316f7e0f057fe1c
@@ -146,8 +146,7 @@ SUBST_SED.pathsvar= -e "s|/var/lib|${VAR
 
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      pre-configure
-SUBST_FILES.conf+=     tools/ocaml/xenstored/define.ml
-SUBST_FILES.conf+=     tools/libxl/xl_cmdtable.c
+SUBST_FILES.conf=      tools/libxl/xl_cmdtable.c
 SUBST_FILES.conf+=     docs/misc/xl-disk-configuration.txt
 SUBST_SED.conf=                -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g"
 



Home | Main Index | Thread Index | Old Index