diff options
author | rillig <rillig@pkgsrc.org> | 2020-07-26 08:46:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-07-26 08:46:35 +0000 |
commit | 0f3794f1946d8b7026cdb0d0b5e373c9441293e1 (patch) | |
tree | f46fefdce4fc455962587db85eda8568c37c0505 | |
parent | 174886fa97b11b386a12b1542a131658c5ad4c12 (diff) | |
download | pkgsrc-0f3794f1946d8b7026cdb0d0b5e373c9441293e1.tar.gz |
xentools413: clean up SUBST block for XENDCONFDIR
The paths in define.ml are taken from the autogenerated paths.ml now. The
file xl_cmdtable.c has been moved, and it doesn't contain a placeholder
anymore.
-rw-r--r-- | sysutils/xentools413/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/xentools413/Makefile b/sysutils/xentools413/Makefile index 42271c64936..e1b9d92b4b0 100644 --- a/sysutils/xentools413/Makefile +++ b/sysutils/xentools413/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/07/26 08:40:05 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/07/26 08:46:35 rillig Exp $ # VERSION= 4.13.1 @@ -79,9 +79,7 @@ REPLACE_PERL+= tools/libxl/check-libxl-api-rules 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+= docs/misc/block-scripts.txt +SUBST_FILES.conf= docs/misc/block-scripts.txt SUBST_FILES.conf+= docs/misc/vtd.txt SUBST_SED.conf= -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" |