pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/dust



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Aug  2 15:18:44 UTC 2021

Modified Files:
        pkgsrc/sysutils/dust: Makefile

Log Message:
sysutils/dust: simplify Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/dust/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/dust/Makefile
diff -u pkgsrc/sysutils/dust/Makefile:1.3 pkgsrc/sysutils/dust/Makefile:1.4
--- pkgsrc/sysutils/dust/Makefile:1.3   Mon Jul 19 15:18:16 2021
+++ pkgsrc/sysutils/dust/Makefile       Mon Aug  2 15:18:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/07/19 15:18:16 pin Exp $
+# $NetBSD: Makefile,v 1.4 2021/08/02 15:18:44 pin Exp $
 
 DISTNAME=      dust-0.6.1
 CATEGORIES=    sysutils
@@ -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
 
 do-install:



Home | Main Index | Thread Index | Old Index