pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/nudoku



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Apr 27 05:14:41 UTC 2020

Modified Files:
        pkgsrc/games/nudoku: Makefile

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

That file is handled by patches/patch-src_main.c.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/nudoku/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/nudoku/Makefile
diff -u pkgsrc/games/nudoku/Makefile:1.1 pkgsrc/games/nudoku/Makefile:1.2
--- pkgsrc/games/nudoku/Makefile:1.1    Mon Mar 16 12:59:02 2020
+++ pkgsrc/games/nudoku/Makefile        Mon Apr 27 05:14:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/16 12:59:02 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/27 05:14:41 rillig Exp $
 
 DISTNAME=      nudoku-2.0.0
 CATEGORIES=    games
@@ -14,7 +14,6 @@ LICENSE=      gnu-gpl-v3
 SUBST_CLASSES+=                includes
 SUBST_STAGE.includes=  post-configure
 SUBST_MESSAGE.includes=        Fix gettext includes
-SUBST_FILES.includes=  src/main.c
 SUBST_FILES.includes+= src/sudoku.c
 SUBST_SED.includes+=   -e 's,"gettext.h",<libintl.h>,'
 



Home | Main Index | Thread Index | Old Index