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 | 8dfd7b822426144d7bae3bab644e4b4f98cfae12 (patch) | |
tree | d4915310edbab84a9daa4f733d7977ee02490ad7 /benchmarks/ubench/Makefile | |
parent | 1c999894d768ac054e0ae427627dea62e7bddc66 (diff) | |
download | pkgsrc-8dfd7b822426144d7bae3bab644e4b4f98cfae12.tar.gz |
Install README and manpage.
And bump PKGREVISION.
Diffstat (limited to 'benchmarks/ubench/Makefile')
-rw-r--r-- | benchmarks/ubench/Makefile | 8 |
1 files changed, 7 insertions, 1 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" |