diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-09 22:53:36 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-09 22:53:36 +0000 |
commit | 6fd395598cc71a1fd9708f293ee0d2eb264d92d3 (patch) | |
tree | 9c5435ed1c1064f2472d5c6b9c06dab30526d93e /emulators | |
parent | c27cc38c2f11c10195f8d3c1e57d01c456f222ad (diff) | |
download | pkgsrc-6fd395598cc71a1fd9708f293ee0d2eb264d92d3.tar.gz |
Use the --mandir configure arg to set the manpage directory.
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 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 \ |