summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-12-03 17:50:57 +0000
committergdt <gdt@pkgsrc.org>2019-12-03 17:50:57 +0000
commit8d0bc7631ea6f446f0ee25a05892d2a4b4d6a7f5 (patch)
tree932e852c103a84c8ac2ff1d5c401ba5397ac16d2
parent74d367d559c17f87a8ab327de002f69ba3085b0e (diff)
downloadpkgsrc-8d0bc7631ea6f446f0ee25a05892d2a4b4d6a7f5.tar.gz
net/mosquitto: Improve SUBST per pkglint hints
(No change to binary package.)
-rw-r--r--net/mosquitto/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile
index d4ec84e6754..7064ad38a17 100644
--- a/net/mosquitto/Makefile
+++ b/net/mosquitto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/12/03 17:45:21 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2019/12/03 17:50:57 gdt Exp $
VERSION= 1.6.8
DISTNAME= mosquitto-${VERSION}
@@ -32,10 +32,10 @@ CONF_FILES= ${PREFIX}/share/examples/mosquitto/mosquitto.conf \
${PKG_SYSCONFDIR}/mosquitto.conf
SUBST_CLASSES+= paths
-SUBST_STAGE.paths= post-patch
+SUBST_STAGE.paths= post-configure
SUBST_MESSAGE.paths= Substituting paths
SUBST_FILES.paths= mosquitto.conf
-SUBST_SED.paths= -e "s,@SSLCERTS@,${SSLCERTS},g"
+SUBST_VARS.paths= SSLCERTS
RCD_SCRIPTS= mosquitto
FILES_SUBST+= MOSQUITTO_USER=${MOSQUITTO_USER}