pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/ubench Install README and manpage.
details: https://anonhg.NetBSD.org/pkgsrc/rev/25c932c3e12a
branches: trunk
changeset: 504904:25c932c3e12a
user: reed <reed%pkgsrc.org@localhost>
date: Tue Dec 27 20:51:40 2005 +0000
description:
Install README and manpage.
And bump PKGREVISION.
diffstat:
benchmarks/ubench/Makefile | 8 +++++++-
benchmarks/ubench/PLIST | 5 ++++-
2 files changed, 11 insertions(+), 2 deletions(-)
diffs (39 lines):
diff -r 22c3ed6d9f11 -r 25c932c3e12a benchmarks/ubench/Makefile
--- a/benchmarks/ubench/Makefile Tue Dec 27 20:46:52 2005 +0000
+++ b/benchmarks/ubench/Makefile Tue Dec 27 20:51:40 2005 +0000
@@ -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 @@
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 -r 22c3ed6d9f11 -r 25c932c3e12a benchmarks/ubench/PLIST
--- a/benchmarks/ubench/PLIST Tue Dec 27 20:46:52 2005 +0000
+++ b/benchmarks/ubench/PLIST Tue Dec 27 20:51:40 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index