pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ini_file_manager



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Sep  7 07:11:46 UTC 2019

Modified Files:
        pkgsrc/misc/ini_file_manager: Makefile

Log Message:
misc/ini_file_manager: remove misspelled C from USE_LANGUAGES

It was ignored anyway, and the package builds fine without it, as
expected.


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

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

Modified files:

Index: pkgsrc/misc/ini_file_manager/Makefile
diff -u pkgsrc/misc/ini_file_manager/Makefile:1.3 pkgsrc/misc/ini_file_manager/Makefile:1.4
--- pkgsrc/misc/ini_file_manager/Makefile:1.3   Sat Jun 22 11:52:31 2019
+++ pkgsrc/misc/ini_file_manager/Makefile       Sat Sep  7 07:11:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/06/22 11:52:31 nia Exp $
+# $NetBSD: Makefile,v 1.4 2019/09/07 07:11:46 rillig Exp $
 
 PKGNAME=       ini_file_manager-${IFM_VERSION}
 CATEGORIES=    misc
@@ -13,7 +13,7 @@ LICENSE=      mit
 IFM_VERSION=   03
 SFPATH=                ini-files/files/ini-files/ini-files-${IFM_VERSION}
 
-USE_LANGUAGES= C ada
+USE_LANGUAGES= ada
 
 post-extract:
        @${MKDIR} ${WRKSRC}/src



Home | Main Index | Thread Index | Old Index