pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Support builtin libmilter.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6773e92cf347
branches: trunk
changeset: 639784:6773e92cf347
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Sep 25 13:56:50 2014 +0000
description:
Support builtin libmilter.
diffstat:
mail/opendkim/options.mk | 4 ++--
mail/opendmarc/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r ef84da68761f -r 6773e92cf347 mail/opendkim/options.mk
--- a/mail/opendkim/options.mk Thu Sep 25 13:47:59 2014 +0000
+++ b/mail/opendkim/options.mk Thu Sep 25 13:56:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2013/01/05 17:05:07 pettai Exp $
+# $NetBSD: options.mk,v 1.5 2014/09/25 13:56:50 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.opendkim
PKG_SUPPORTED_OPTIONS= opendkim-filter debug dkim-stats vbr
@@ -23,7 +23,7 @@
RCD_SCRIPTS= opendkim
CONFIGURE_ARGS+= --enable-filter
-CONFIGURE_ARGS+= --with-milter=${PREFIX}
+CONFIGURE_ARGS+= --with-milter=${BUILDLINK_PREFIX.libmilter}
CONF_FILES= ${EGDIR}/opendkim.conf.sample \
${PKG_SYSCONFDIR}/opendkim.conf
diff -r ef84da68761f -r 6773e92cf347 mail/opendmarc/Makefile
--- a/mail/opendmarc/Makefile Thu Sep 25 13:47:59 2014 +0000
+++ b/mail/opendmarc/Makefile Thu Sep 25 13:56:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/05/29 23:36:47 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/09/25 13:58:23 jperkin Exp $
DISTNAME= opendmarc-1.2.0
PKGREVISION= 1
@@ -22,7 +22,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-milter=${PREFIX}
+CONFIGURE_ARGS+= --with-milter=${BUILDLINK_PREFIX.libmilter}
REPLACE_PERL= reports/opendmarc-expire.in
REPLACE_PERL+= reports/opendmarc-import.in
Home |
Main Index |
Thread Index |
Old Index