diff options
author | reed <reed@pkgsrc.org> | 2005-12-27 20:51:40 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-27 20:51:40 +0000 |
commit | c6e9c27ac22678673bc22e0c4efbd882818d3579 (patch) | |
tree | d4915310edbab84a9daa4f733d7977ee02490ad7 /benchmarks/ubench | |
parent | 37debc0ab803b0e74619e1f7341b68bec896be12 (diff) | |
download | pkgsrc-c6e9c27ac22678673bc22e0c4efbd882818d3579.tar.gz |
Install README and manpage.
And bump PKGREVISION.
Diffstat (limited to 'benchmarks/ubench')
-rw-r--r-- | benchmarks/ubench/Makefile | 8 | ||||
-rw-r--r-- | benchmarks/ubench/PLIST | 5 |
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 |