summaryrefslogtreecommitdiff
path: root/ham/trustedQSL
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-05-16 14:26:53 +0000
committergdt <gdt@pkgsrc.org>2020-05-16 14:26:53 +0000
commit7efd8057cf2f749b5cff619107f52677356e72b6 (patch)
treeba648131f4408682f4c954d9203f46b12da7d339 /ham/trustedQSL
parent5e8f828f81f70d2caec0a785ca9c977defcbafcf (diff)
downloadpkgsrc-7efd8057cf2f749b5cff619107f52677356e72b6.tar.gz
ham/tqsl: Update SUBST pattern to follow upstream
Upstream changed the lib64 stuff a bit, making our SUBST pattern no longer match. (Either that, or we just got it wrong.) Adjust pattern. Pointed out by rillig@.
Diffstat (limited to 'ham/trustedQSL')
-rw-r--r--ham/trustedQSL/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/trustedQSL/Makefile b/ham/trustedQSL/Makefile
index 7714534b9d2..18fb42b81b6 100644
--- a/ham/trustedQSL/Makefile
+++ b/ham/trustedQSL/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2020/05/06 14:04:43 adam Exp $
+# $NetBSD: Makefile,v 1.49 2020/05/16 14:26:53 gdt Exp $
DISTNAME= tqsl-2.5.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= ham
MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/
@@ -32,7 +32,7 @@ SUBST_CLASSES+= lib-suffix
SUBST_MESSAGE.lib-suffix= Removing $$(LIB_SUFFIX) from src/CMakeLists.txt
SUBST_STAGE.lib-suffix= pre-configure
SUBST_FILES.lib-suffix= src/CMakeLists.txt
-SUBST_SED.lib-suffix= -e s/\$$\(LIB_SUFFIX\)//
+SUBST_SED.lib-suffix= -e s/\$${\LIB_SUFFIX\}//
do-configure:
(cd ${WRKSRC} ; \