pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/caprice32



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May  1 20:11:47 UTC 2020

Modified Files:
        pkgsrc/emulators/caprice32: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/caprice32/Makefile

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

Modified files:

Index: pkgsrc/emulators/caprice32/Makefile
diff -u pkgsrc/emulators/caprice32/Makefile:1.2 pkgsrc/emulators/caprice32/Makefile:1.3
--- pkgsrc/emulators/caprice32/Makefile:1.2     Wed Apr 22 08:13:39 2020
+++ pkgsrc/emulators/caprice32/Makefile Fri May  1 20:11:47 2020
@@ -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 @@ MAKE_FLAGS+= GIT_HASH="pkgsrc"
 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