diff options
author | sbd <sbd@pkgsrc.org> | 2012-06-25 09:43:51 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-06-25 09:43:51 +0000 |
commit | 5c87dcd1a20e1f3402bee0d7ce0e1c79946df0b7 (patch) | |
tree | 7afe1c389314f6d0bc9660ccea502b8dccdc96f0 /emulators | |
parent | 7973ac2ede1a6caee2c5dfc44c20024baff044be (diff) | |
download | pkgsrc-5c87dcd1a20e1f3402bee0d7ce0e1c79946df0b7.tar.gz |
Set the correct location of texi2pod.pl
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index ec99f6f5761..6e6a9a47bb2 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2012/06/07 21:23:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.92 2012/06/25 09:43:51 sbd Exp $ DISTNAME= qemu-1.1.0 CATEGORIES= emulators @@ -74,7 +74,7 @@ SUBST_FILES.qaudio= arch_init.c monitor.c savevm.c vl.c \ SUBST_SED.qaudio= -e s,audio.h\",qaudio.h\",g SUBST_MESSAGE.qaudio= Fixing audio.h confusion -REPLACE_PERL+= texi2pod.pl +REPLACE_PERL+= scripts/texi2pod.pl BUILDLINK_PASSTHRU_DIRS+= /usr/lib BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib |