Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools48 sysutils/xentools48: remove no-op ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a063841e82b
branches:  trunk
changeset: 433641:6a063841e82b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jun 06 04:09:44 2020 +0000

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

diffstat:

 sysutils/xentools48/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 43f6eb081e84 -r 6a063841e82b sysutils/xentools48/Makefile
--- a/sysutils/xentools48/Makefile      Sat Jun 06 04:01:15 2020 +0000
+++ b/sysutils/xentools48/Makefile      Sat Jun 06 04:09:44 2020 +0000
@@ -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_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