pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/velena games/velena: remove redundant SUBST_FILE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22e41586d922
branches:  trunk
changeset: 428200:22e41586d922
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 21:49:38 2020 +0000

description:
games/velena: remove redundant SUBST_FILES pattern

diffstat:

 games/velena/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 294b4410d8e6 -r 22e41586d922 games/velena/Makefile
--- a/games/velena/Makefile     Sat Apr 25 21:36:17 2020 +0000
+++ b/games/velena/Makefile     Sat Apr 25 21:49:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/03 19:28:48 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/25 21:49:38 rillig Exp $
 #
 
 DISTNAME=      veleng10
@@ -33,7 +33,7 @@
 
 SUBST_CLASSES+=                ansi-c
 SUBST_STAGE.ansi-c=    pre-configure
-SUBST_FILES.ansi-c=    *.c *.h
+SUBST_FILES.ansi-c=    *.c
 SUBST_SED.ansi-c=      -e 's,<malloc\.h>,<stdlib.h>,'
 
 SUBST_CLASSES+=                cflags



Home | Main Index | Thread Index | Old Index