Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ExmanIDE devel/ExmanIDE: remove no-op file from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c80fcf211b2
branches:  trunk
changeset: 432298:5c80fcf211b2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 20 23:32:56 2020 +0000

description:
devel/ExmanIDE: remove no-op file from SUBST_FILES

diffstat:

 devel/ExmanIDE/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 151d6b3deed4 -r 5c80fcf211b2 devel/ExmanIDE/Makefile
--- a/devel/ExmanIDE/Makefile   Wed May 20 23:14:33 2020 +0000
+++ b/devel/ExmanIDE/Makefile   Wed May 20 23:32:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/01/18 23:30:20 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2020/05/20 23:32:56 rillig Exp $
 
 DISTNAME=      ExmanIDE-0.9.4
 PKGREVISION=   8
@@ -21,7 +21,7 @@
 SUBST_CLASSES+=                mod
 SUBST_MESSAGE.mod=     Fixing deprecated module names.
 SUBST_STAGE.mod=       pre-configure
-SUBST_FILES.mod=       Profile.py SourceEditor.py StcStyle.py
+SUBST_FILES.mod=       Profile.py SourceEditor.py
 SUBST_SED.mod=         -e 's,wxPython\.lib\.PyCrust,wxPython.py,g'
 SUBST_SED.mod+=                -e 's,wxPython\.py,wx.py,g'
 



Home | Main Index | Thread Index | Old Index