pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/sfm



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Aug  5 08:55:55 UTC 2021

Modified Files:
        pkgsrc/sysutils/sfm: Makefile

Log Message:
sysutils/sfm: simplify Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/sfm/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/sfm/Makefile
diff -u pkgsrc/sysutils/sfm/Makefile:1.9 pkgsrc/sysutils/sfm/Makefile:1.10
--- pkgsrc/sysutils/sfm/Makefile:1.9    Sat Mar 13 22:37:10 2021
+++ pkgsrc/sysutils/sfm/Makefile        Thu Aug  5 08:55:55 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/03/13 22:37:10 pin Exp $
+# $NetBSD: Makefile,v 1.10 2021/08/05 08:55:55 pin Exp $
 
 DISTNAME=      sfm-0.5.0
 CATEGORIES=    sysutils
@@ -12,8 +12,6 @@ LICENSE=      mit
 
 .include "cargo-depends.mk"
 
-USE_LANGUAGES+=                c # rust, but needs a toolchain to link
-
 INSTALLATION_DIRS=     bin share/doc/sfm
 
 do-install:



Home | Main Index | Thread Index | Old Index