Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/caprice32 emulators/caprice32: remove no-op ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/694d424affee
branches:  trunk
changeset: 430536:694d424affee
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 01 20:11:47 2020 +0000

description:
emulators/caprice32: remove no-op file patterns from SUBST_FILES

There are no placeholders in src/cap32.cfg, and cap32.cfg doesn't exist.

diffstat:

 emulators/caprice32/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r f1ad5feffd3d -r 694d424affee emulators/caprice32/Makefile
--- a/emulators/caprice32/Makefile      Fri May 01 19:59:48 2020 +0000
+++ b/emulators/caprice32/Makefile      Fri May 01 20:11:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/04/22 08:13:39 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/01 20:11:47 rillig Exp $
 
 DISTNAME=      caprice32-4.6.0
 CATEGORIES=    emulators
@@ -20,12 +20,9 @@
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      pre-configure
 SUBST_MESSAGE.conf=    Fix paths.
-SUBST_FILES.conf+=     cap32.cfg
-SUBST_FILES.conf+=     src/cap32.cfg
-SUBST_FILES.conf+=     src/cap32.cpp
+SUBST_FILES.conf=      src/cap32.cpp
 SUBST_FILES.conf+=     doc/man6/cap32.6
-SUBST_VARS.conf+=      PREFIX
-SUBST_VARS.conf+=      PKG_SYSCONFDIR
+SUBST_VARS.conf=       PREFIX PKG_SYSCONFDIR
 
 EGDIR=         ${PREFIX}/share/examples/caprice32
 



Home | Main Index | Thread Index | Old Index