summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorsbd <sbd>2012-02-09 22:53:36 +0000
committersbd <sbd>2012-02-09 22:53:36 +0000
commit4f3b63ca9d5c8139109a8d1bc66e33e4d43801ee (patch)
tree9c5435ed1c1064f2472d5c6b9c06dab30526d93e /emulators/qemu
parenta0f45f418d4e05a407f214948583676ffceee59c (diff)
downloadpkgsrc-4f3b63ca9d5c8139109a8d1bc66e33e4d43801ee.tar.gz
Use the --mandir configure arg to set the manpage directory.
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 031f66fdea5..89610aea594 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2012/02/06 12:40:07 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2012/02/09 22:53:36 sbd Exp $
DISTNAME= qemu-0.15.1
PKGREVISION= 2
@@ -25,10 +25,10 @@ BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html
.include "../../mk/bsd.prefs.mk"
-CONFIGURE_ENV+= mansuffix=/${PKGMANDIR}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --interp-prefix=${PREFIX}/share/qemu
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --python=${PYTHONBIN}
CONF_FILES= ${EGDIR}/target-x86_64.conf \