diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-17 13:55:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-17 13:55:38 +0000 |
commit | d7eeebfb7dc5ff203479db9ddec64390a03817e5 (patch) | |
tree | 8c1770e905a056775b7667e75f104fb07bfb9530 /sysutils | |
parent | 3220b929243906697a180b4ea7489d85982f53a8 (diff) | |
download | pkgsrc-d7eeebfb7dc5ff203479db9ddec64390a03817e5.tar.gz |
Fix paths for some perl scripts.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xentools42/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index 165fd41dbcc..a84f651fe55 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/06/04 07:38:49 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/06/17 13:55:38 wiz Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" @@ -93,16 +93,16 @@ REPLACE_PYTHON+= xenmon/xenmon.py SUBST_CLASSES+= perlpath SUBST_STAGE.perlpath= pre-configure -SUBST_FILES.perlpath= tools/firmware/rombios/makesym.perl -SUBST_FILES.perlpath+= tools/qemu-xen-traditional/texi2pod.pl -SUBST_FILES.perlpath+= tools/examples/xeninfo.pl -SUBST_FILES.perlpath+= tools/include/xen-external/bsd-sys-queue-h-seddery -SUBST_FILES.perlpath+= tools/qemu-xen/scripts/texi2pod.pl -SUBST_FILES.perlpath+= tools/qemu-xen/scripts/get_maintainer.pl -SUBST_FILES.perlpath+= tools/qemu-xen/scripts/checkpatch.pl -SUBST_FILES.perlpath+= tools/xm-test/mkreport -SUBST_FILES.perlpath+= tools/libxl/libxl_save_msgs_gen.pl -SUBST_FILES.perlpath+= tools/libxl/check-libxl-api-rules +SUBST_FILES.perlpath= ../tools/firmware/rombios/makesym.perl +SUBST_FILES.perlpath+= ../tools/qemu-xen-traditional/texi2pod.pl +SUBST_FILES.perlpath+= ../tools/examples/xeninfo.pl +SUBST_FILES.perlpath+= ../tools/include/xen-external/bsd-sys-queue-h-seddery +SUBST_FILES.perlpath+= ../tools/qemu-xen/scripts/texi2pod.pl +SUBST_FILES.perlpath+= ../tools/qemu-xen/scripts/get_maintainer.pl +SUBST_FILES.perlpath+= ../tools/qemu-xen/scripts/checkpatch.pl +SUBST_FILES.perlpath+= ../tools/xm-test/mkreport +SUBST_FILES.perlpath+= ../tools/libxl/libxl_save_msgs_gen.pl +SUBST_FILES.perlpath+= ../tools/libxl/check-libxl-api-rules SUBST_FILES.perlpath+= ../../ipxe/src/Makefile SUBST_FILES.perlpath+= ../../ipxe/src/drivers/infiniband/qib_genbits.pl SUBST_FILES.perlpath+= ../../ipxe/src/include/gpxe/efi/import.pl |