diff options
author | rillig <rillig@pkgsrc.org> | 2020-07-26 08:40:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-07-26 08:40:05 +0000 |
commit | 174886fa97b11b386a12b1542a131658c5ad4c12 (patch) | |
tree | 0baec072d90aa216addd1efe528a422ac661f5e5 | |
parent | 20547280801618da158dc707ae67708d3f1feb7a (diff) | |
download | pkgsrc-174886fa97b11b386a12b1542a131658c5ad4c12.tar.gz |
xentools413: remove outdated SUBST block
tools/Makefile does not contain /var/lib anymore, and
sysconfig.xencommons has been switched to GNU autoconf.
-rw-r--r-- | sysutils/xentools413/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/xentools413/Makefile b/sysutils/xentools413/Makefile index 9926caf345a..42271c64936 100644 --- a/sysutils/xentools413/Makefile +++ b/sysutils/xentools413/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/07/26 08:24:11 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2020/07/26 08:40:05 rillig Exp $ # VERSION= 4.13.1 @@ -77,12 +77,6 @@ REPLACE_PERL+= tools/qemu-xen/scripts/checkpatch.pl REPLACE_PERL+= tools/libxl/libxl_save_msgs_gen.pl REPLACE_PERL+= tools/libxl/check-libxl-api-rules -SUBST_CLASSES+= pathsvar -SUBST_STAGE.pathsvar= pre-configure -SUBST_FILES.pathsvar= tools/Makefile \ - tools/hotplug/Linux/init.d/sysconfig.xendomains -SUBST_SED.pathsvar= -e "s|/var/lib|${VARBASE}/run|g" - SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-configure SUBST_FILES.conf+= tools/ocaml/xenstored/define.ml |