diff options
author | pin <pin@pkgsrc.org> | 2021-08-05 08:55:18 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-08-05 08:55:18 +0000 |
commit | e02e1e1f5936c95c42f2bd87a79e4b7b7f62f721 (patch) | |
tree | b10106e35b3baa2a3eab2e495cac0cbe2f55a878 /time | |
parent | a83c749e79ee015d729088f6385184ccd0a5122d (diff) | |
download | pkgsrc-e02e1e1f5936c95c42f2bd87a79e4b7b7f62f721.tar.gz |
time/quest-tui: simplify Makefile
Diffstat (limited to 'time')
-rw-r--r-- | time/quest-tui/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/quest-tui/Makefile b/time/quest-tui/Makefile index 39fd17afeac..2ec8f4c2029 100644 --- a/time/quest-tui/Makefile +++ b/time/quest-tui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/03/31 20:26:41 pin Exp $ +# $NetBSD: Makefile,v 1.2 2021/08/05 08:55:18 pin Exp $ DISTNAME= quest-tui-0.2.0 CATEGORIES= time @@ -13,8 +13,6 @@ LICENSE= mit OR apache-2.0 .include "cargo-depends.mk" -USE_LANGUAGES+= c - INSTALLATION_DIRS= bin do-install: |