pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ini_file_manager misc/ini_file_manager: remove mi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6f2d0c1f585
branches:  trunk
changeset: 339130:a6f2d0c1f585
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 07 07:11:46 2019 +0000

description:
misc/ini_file_manager: remove misspelled C from USE_LANGUAGES

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

diffstat:

 misc/ini_file_manager/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 984dde2e5779 -r a6f2d0c1f585 misc/ini_file_manager/Makefile
--- a/misc/ini_file_manager/Makefile    Sat Sep 07 07:11:07 2019 +0000
+++ b/misc/ini_file_manager/Makefile    Sat Sep 07 07:11:46 2019 +0000
@@ -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 @@
 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