pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gambc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 04:17:26 UTC 2020

Modified Files:
        pkgsrc/lang/gambc: Makefile

Log Message:
lang/gambc: skip configure in SUBST block

The configure script does not contain these placeholders anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/gambc/Makefile

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

Modified files:

Index: pkgsrc/lang/gambc/Makefile
diff -u pkgsrc/lang/gambc/Makefile:1.17 pkgsrc/lang/gambc/Makefile:1.18
--- pkgsrc/lang/gambc/Makefile:1.17     Sun Jan 26 17:31:27 2020
+++ pkgsrc/lang/gambc/Makefile  Wed May 13 04:17:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/26 17:31:27 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/13 04:17:26 rillig Exp $
 #
 
 DISTNAME=      gambc-${GAMBC_DIST_VERSION}
@@ -56,14 +56,12 @@ GAMBC_MAKE_FLAGS+=  emacsdir=${PREFIX}/sh
 MAKE_FLAGS+=           ${GAMBC_MAKE_FLAGS}
 
 SUBST_CLASSES+=                build
-SUBST_FILES.build=     configure
-SUBST_FILES.build+=    makefile.in */makefile.in */*/makefile.in
+SUBST_FILES.build=     makefile.in */makefile.in */*/makefile.in
 SUBST_MESSAGE.build=   Preparing build-time and installation configuration.
 SUBST_SED.build=       -e 's|v${GAMBC_DIST_VERSION}||'
 SUBST_SED.build+=      -e 's|@target_vendor@|The NetBSD Foundation, Inc.|g'
 SUBST_STAGE.build=     pre-configure
-SUBST_VARS.build+=     PACKAGE_SUBDIR PACKAGE_VERSION
-SUBST_VARS.build+=     PACKAGE_STRING
+SUBST_VARS.build+=     PACKAGE_SUBDIR PACKAGE_VERSION PACKAGE_STRING
 
 PACKAGE_SUBDIR=                # empty
 PACKAGE_VERSION=       ${PKGVERSION}



Home | Main Index | Thread Index | Old Index