diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-10-10 08:35:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-10-10 08:35:54 +0000 |
commit | bbe768190dad117dfefc6980e0c2e0c88e056fff (patch) | |
tree | 8885e576f3dcce5b4cfcebb224407b78b7590b96 /benchmarks/dbench/Makefile | |
parent | a7fd9416c4769c8729f197411a5ee16ff8d6233d (diff) | |
download | pkgsrc-bbe768190dad117dfefc6980e0c2e0c88e056fff.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/Makefile | 5 |
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" |