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 | 2369324e73edc028db1d4c1ca5e2c902e35ecc52 (patch) | |
tree | 8c1770e905a056775b7667e75f104fb07bfb9530 /sysutils/xentools42 | |
parent | ca07259842776c96594c34e25677cea67f17e338 (diff) | |
download | pkgsrc-2369324e73edc028db1d4c1ca5e2c902e35ecc52.tar.gz |
Fix paths for some perl scripts.
Diffstat (limited to 'sysutils/xentools42')
-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 |