pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/lsfp



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Aug  3 08:56:40 UTC 2021

Modified Files:
        pkgsrc/sysutils/lsfp: Makefile

Log Message:
sysutils/lsfp: simplify Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/lsfp/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/lsfp/Makefile
diff -u pkgsrc/sysutils/lsfp/Makefile:1.4 pkgsrc/sysutils/lsfp/Makefile:1.5
--- pkgsrc/sysutils/lsfp/Makefile:1.4   Fri May 21 07:00:59 2021
+++ pkgsrc/sysutils/lsfp/Makefile       Tue Aug  3 08:56:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/05/21 07:00:59 pin Exp $
+# $NetBSD: Makefile,v 1.5 2021/08/03 08:56:40 pin Exp $
 
 DISTNAME=      lsfp-0.5.0
 CATEGORIES=    sysutils
@@ -10,8 +10,6 @@ HOMEPAGE=     https://github.com/The-Noah/ls
 COMMENT=       Cross-platform alternative to ls
 LICENSE=       mit
 
-USE_LANGUAGES= c       # rust, but needs a toolchain to link
-
 CARGO_CRATE_DEPENDS+=  cc-1.0.66
 
 INSTALLATION_DIRS=     bin



Home | Main Index | Thread Index | Old Index