summaryrefslogtreecommitdiff
path: root/benchmarks/dbench/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-10-10 08:35:54 +0000
committerxtraeme <xtraeme>2005-10-10 08:35:54 +0000
commitb6164679e170fc08825c659836e1e836de928e9b (patch)
tree8885e576f3dcce5b4cfcebb224407b78b7590b96 /benchmarks/dbench/Makefile
parent476bd929fd8795f96d24b4b6ce0791404115c29b (diff)
downloadpkgsrc-b6164679e170fc08825c659836e1e836de928e9b.tar.gz
Explicitly specify to Makefile.in the directory on which the manpages
will be installed, otherwise as --mandir now defaults to ${PREFIX}/${PKGMANDIR}, they won't be installed into the correct location. Bump PKGREVISION.
Diffstat (limited to 'benchmarks/dbench/Makefile')
-rw-r--r--benchmarks/dbench/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 5cb8c649b5d..b38a33645a4 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2005/09/25 10:40:18 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/10/10 08:35:54 xtraeme Exp $
DISTNAME= dbench-3.03
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= http://samba.org/ftp/tridge/dbench/
@@ -12,7 +12,6 @@ COMMENT= Simulation of the Ziff-Davis netbench benchmark
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man/man1
.include "../../mk/bsd.prefs.mk"