pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/cataclysm-dda



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 10:21:02 UTC 2020

Modified Files:
        pkgsrc/games/cataclysm-dda: Makefile.common

Log Message:
games/cataclysm-dda: fix shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/cataclysm-dda/Makefile.common

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

Modified files:

Index: pkgsrc/games/cataclysm-dda/Makefile.common
diff -u pkgsrc/games/cataclysm-dda/Makefile.common:1.2 pkgsrc/games/cataclysm-dda/Makefile.common:1.3
--- pkgsrc/games/cataclysm-dda/Makefile.common:1.2      Thu Apr 30 14:57:30 2020
+++ pkgsrc/games/cataclysm-dda/Makefile.common  Sat May 23 10:21:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2020/04/30 14:57:30 nia Exp $
+# $NetBSD: Makefile.common,v 1.3 2020/05/23 10:21:02 rillig Exp $
 # used by games/cataclysm-dda/Makefile
 # used by games/cataclysm-dda-sdl/Makefile
 
@@ -27,6 +27,9 @@ LDFLAGS+=     ${BUILDLINK_LDADD.gettext}
 
 REPLACE_SH+=   lang/compile_mo.sh
 
+CHECK_PORTABILITY_SKIP+=       data/osx/Cataclysm.sh
+CHECK_PORTABILITY_SKIP+=       lang/update_pot.sh
+
 MAKE_FLAGS+=   ASTYLE=0
 MAKE_FLAGS+=   DYNAMIC_LINKING=1
 MAKE_FLAGS+=   LANGUAGES=all



Home | Main Index | Thread Index | Old Index