From 4f3b63ca9d5c8139109a8d1bc66e33e4d43801ee Mon Sep 17 00:00:00 2001 From: sbd Date: Thu, 9 Feb 2012 22:53:36 +0000 Subject: Use the --mandir configure arg to set the manpage directory. --- emulators/qemu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/qemu') 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 \ -- cgit v1.2.3