We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8fc00 commit 377a04eCopy full SHA for 377a04e
mail/qmail-dkim-wrappers/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.2 2024/02/04 17:37:13 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2024/02/05 07:52:48 schmonz Exp $
2
3
PKGNAME= qmail-dkim-wrappers-0.0.20211012
4
CATEGORIES= mail
@@ -25,7 +25,7 @@ SUBST_FILES.paths= qmail-dkim*
25
SUBST_SED.paths= -e 's|^PATH=|PATH=${PREFIX}/bin:|g'
26
SUBST_SED.paths+= -e 's|/var/qmail|${QMAILDIR}|g'
27
SUBST_SED.paths+= -e 's|qmail-remote\.orig|qmail-remote|g'
28
-SUBST_SED.paths+= -e 's|/etc|${PKG_SYSCONFDIR}|g'
+SUBST_SED.paths+= -e 's|/etc/domainkeys|${QMAILDIR}/control/domainkeys|g'
29
30
INSTALLATION_DIRS= bin
31
0 commit comments