summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2012-02-12 23:05:51 +0000
committerspz <spz@pkgsrc.org>2012-02-12 23:05:51 +0000
commited6950ef30522b598036c70963ed08cc1f8406b8 (patch)
treefed834d6293bab095e228903489cce4672b6ae3a
parent80d1aac5ddd2ed9a71e0ba3a16739bb9363e7eb8 (diff)
downloadpkgsrc-ed6950ef30522b598036c70963ed08cc1f8406b8.tar.gz
Pullup ticket #3680 - requested by sbd
emulators/qemu: build fix Revisions pulled up: - emulators/qemu/Makefile 1.87 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: sbd Date: Thu Feb 9 22:53:37 UTC 2012 Modified Files: pkgsrc/emulators/qemu: Makefile Log Message: Use the --mandir configure arg to set the manpage directory. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 pkgsrc/emulators/qemu/Makefile
-rw-r--r--emulators/qemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index e5c39861dfa..e6b235430bb 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2011/10/19 18:45:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.84.2.1 2012/02/12 23:05:51 spz Exp $
DISTNAME= qemu-0.15.1
CATEGORIES= emulators
@@ -24,10 +24,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 \