pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/ccgo



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 08:42:37 UTC 2020

Modified Files:
        pkgsrc/games/ccgo: Makefile

Log Message:
games/ccgo: remove no-op file from SUBST_FILES


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/games/ccgo/Makefile

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

Modified files:

Index: pkgsrc/games/ccgo/Makefile
diff -u pkgsrc/games/ccgo/Makefile:1.68 pkgsrc/games/ccgo/Makefile:1.69
--- pkgsrc/games/ccgo/Makefile:1.68     Tue Mar 10 22:09:50 2020
+++ pkgsrc/games/ccgo/Makefile  Sat May  9 08:42:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2020/03/10 22:09:50 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2020/05/09 08:42:37 rillig Exp $
 
 DISTNAME=      ccgo-0.3.6.5
 PKGREVISION=   9
@@ -19,7 +19,7 @@ GNU_CONFIGURE=                yes
 
 SUBST_CLASSES+=                ccgo
 SUBST_STAGE.ccgo=      pre-configure
-SUBST_FILES.ccgo=      game_setup.cc settings.cc
+SUBST_FILES.ccgo=      game_setup.cc
 SUBST_MESSAGE.ccgo=    Fixing paths to gnugo.
 SUBST_SED.ccgo=                -e 's|/usr/games/gnugo|${LOCALBASE}/bin/gnugo|g'
 



Home | Main Index | Thread Index | Old Index