Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/cmigemo textproc/cmigemo: clean up SUBST_FILES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcf2746b140c
branches:  trunk
changeset: 430140:dcf2746b140c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Apr 28 04:20:59 2020 +0000

description:
textproc/cmigemo: clean up SUBST_FILES

compile/Make_gcc.mak is already handled by a patch.

diffstat:

 textproc/cmigemo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9fe3ef9888a4 -r dcf2746b140c textproc/cmigemo/Makefile
--- a/textproc/cmigemo/Makefile Tue Apr 28 04:17:29 2020 +0000
+++ b/textproc/cmigemo/Makefile Tue Apr 28 04:20:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/04/28 04:17:29 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/28 04:20:59 rillig Exp $
 #
 
 DISTNAME=      cmigemo-default-src-20110227
@@ -36,7 +36,7 @@
 
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    post-configure
-SUBST_FILES.prefix=    compile/config_default.mk compile/Make_gcc.mak compile/Make_sun.mak doc/README* tools/migemo.vim
+SUBST_FILES.prefix=    compile/config_default.mk compile/Make_sun.mak doc/README* tools/migemo.vim
 SUBST_SED.prefix=      -e 's,/usr/local,${PREFIX},g'
 
 BUILD_TARGET=  gcc-all



Home | Main Index | Thread Index | Old Index