diff options
author | pin <pin@pkgsrc.org> | 2021-08-05 08:52:03 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-05 08:52:03 +0000 |
commit | 796e74ffaa7b9f67e81752930116aa613cc89dde (patch) | |
tree | 607becaaa29b371d19228f9f07ef224de3f6a3d3 | |
parent | fcb9c930103b0bd2f36f8586083400b37d42c93c (diff) | |
download | pkgsrc-796e74ffaa7b9f67e81752930116aa613cc89dde.tar.gz |
sysutils/onefetch: simplify Makefile
-rw-r--r-- | sysutils/onefetch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index 5cdadcc720d..403a23ecd23 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2021/07/05 08:23:25 pin Exp $ +# $NetBSD: Makefile,v 1.13 2021/08/05 08:52:03 pin Exp $ DISTNAME= onefetch-2.10.2 CATEGORIES= sysutils @@ -12,7 +12,6 @@ LICENSE= mit .include "cargo-depends.mk" -USE_LANGUAGES+= c # rust, but needs a toolchain to link USE_TOOLS+= pkg-config INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |