summaryrefslogtreecommitdiff
path: root/lang/gambc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-13 04:17:26 +0000
committerrillig <rillig@pkgsrc.org>2020-05-13 04:17:26 +0000
commit568ccf0f03e1d141a0355d25489c710a6b77d431 (patch)
tree4c9df9991a9afe9814335836ffa94cd5028d45ae /lang/gambc
parent0652f969e7fec270802f94279e704d1c4044e654 (diff)
downloadpkgsrc-568ccf0f03e1d141a0355d25489c710a6b77d431.tar.gz
lang/gambc: skip configure in SUBST block
The configure script does not contain these placeholders anymore.
Diffstat (limited to 'lang/gambc')
-rw-r--r--lang/gambc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/gambc/Makefile b/lang/gambc/Makefile
index d1a69d8a90a..8a493ced490 100644
--- a/lang/gambc/Makefile
+++ b/lang/gambc/Makefile
@@ -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}/share/emacs/site-lisp
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}