summaryrefslogtreecommitdiff
path: root/benchmarks/ubench
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-12-27 20:51:40 +0000
committerreed <reed@pkgsrc.org>2005-12-27 20:51:40 +0000
commit8dfd7b822426144d7bae3bab644e4b4f98cfae12 (patch)
treed4915310edbab84a9daa4f733d7977ee02490ad7 /benchmarks/ubench
parent1c999894d768ac054e0ae427627dea62e7bddc66 (diff)
downloadpkgsrc-8dfd7b822426144d7bae3bab644e4b4f98cfae12.tar.gz
Install README and manpage.
And bump PKGREVISION.
Diffstat (limited to 'benchmarks/ubench')
-rw-r--r--benchmarks/ubench/Makefile8
-rw-r--r--benchmarks/ubench/PLIST5
2 files changed, 11 insertions, 2 deletions
diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile
index 77069f9aed0..7da746bef5e 100644
--- a/benchmarks/ubench/Makefile
+++ b/benchmarks/ubench/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2005/12/13 18:27:51 reed Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/27 20:51:40 reed Exp $
#
DISTNAME= ubench-0.32
+PKGREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://www.phystech.com/ftp/
@@ -10,10 +11,15 @@ HOMEPAGE= http://www.phystech.com/download/ubench.html
COMMENT= The Unix Benchmark utility
BUILD_TARGET= ubench
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/ubench
SUBST_CLASSES+= path
SUBST_STAGE.path= post-configure
SUBST_FILES.path= Makefile
SUBST_SED.path= -e "s,/usr/local,${PREFIX},"
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${PREFIX}/${PKGMANDIR}/man8
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ubench
+
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/ubench/PLIST b/benchmarks/ubench/PLIST
index a9dcb176d84..8efc14b0534 100644
--- a/benchmarks/ubench/PLIST
+++ b/benchmarks/ubench/PLIST
@@ -1,2 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/03 05:57:45 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/12/27 20:51:41 reed Exp $
bin/ubench
+man/man8/ubench.8
+share/doc/ubench/README
+@dirrm share/doc/ubench