summaryrefslogtreecommitdiff
path: root/benchmarks/ubench/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/ubench/Makefile')
-rw-r--r--benchmarks/ubench/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile
index 6c5bdc90f18..7a5ddbbb541 100644
--- a/benchmarks/ubench/Makefile
+++ b/benchmarks/ubench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2013/04/01 06:30:45 sbd Exp $
+# $NetBSD: Makefile,v 1.10 2015/12/29 19:49:17 dholland Exp $
#
DISTNAME= ubench-0.32
@@ -9,20 +9,12 @@ MASTER_SITES= http://www.phystech.com/ftp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.phystech.com/download/ubench.html
COMMENT= The Unix Benchmark utility
+LICENSE= gnu-gpl-v2
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,${DESTDIR}${PREFIX},"
-
CFLAGS.SunOS+= -DSunOS
CFLAGS.Linux+= -D_POSIX_SOURCE
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ubench
-
.include "../../mk/bsd.pkg.mk"