diff options
author | pin <pin@pkgsrc.org> | 2021-08-05 08:50:35 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-05 08:50:35 +0000 |
commit | c198600760950c2291f96c60697f34e4bae16662 (patch) | |
tree | 1fdd4a3962726a28b6b495a2b6baa2978846319f /benchmarks | |
parent | 28b05b9dce665ec91ea4847c9e827cc47dc08179 (diff) | |
download | pkgsrc-c198600760950c2291f96c60697f34e4bae16662.tar.gz |
benchmarks/hyperfine: simplify Makefile
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/hyperfine/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index f6469ad3b1d..56b62fb9e1a 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/01/29 09:15:40 pin Exp $ +# $NetBSD: Makefile,v 1.2 2021/08/05 08:50:35 pin Exp $ DISTNAME= hyperfine-1.11.0 CATEGORIES= benchmarks @@ -12,8 +12,6 @@ LICENSE= apache-2.0 .include "cargo-depends.mk" -USE_LANGUAGES+= c # rust, but needs a toolchain to link - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: |