diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-19 19:24:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-19 19:24:41 +0000 |
commit | f6e819cf70982c895fb543175f71821a8d312971 (patch) | |
tree | 8a3e21990dc2b586333f635b622129299ce970a7 /sysutils/xentools42/Makefile | |
parent | 08f4b2e04dd3ba1bcbe24a914051497740fe650b (diff) | |
download | pkgsrc-f6e819cf70982c895fb543175f71821a8d312971.tar.gz |
sysutils/xentools42: remove no-op file from SUBST_FILES
Diffstat (limited to 'sysutils/xentools42/Makefile')
-rw-r--r-- | sysutils/xentools42/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index 667028f4ee3..76ab92fe0b1 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2020/03/08 16:51:25 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2020/05/19 19:24:41 rillig Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 @@ -142,7 +142,6 @@ SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-configure SUBST_FILES.conf+= python/xen/xm/create.py SUBST_FILES.conf+= ocaml/xenstored/define.ml -SUBST_FILES.conf+= libxl/xl_cmdtable.c SUBST_FILES.conf+= ../docs/misc/xl-disk-configuration.txt SUBST_SED.conf= -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" |