pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dkim-milter Fixes for new PLIST magic



details:   https://anonhg.NetBSD.org/pkgsrc/rev/438aecce1ffd
branches:  trunk
changeset: 541346:438aecce1ffd
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Apr 20 17:36:15 2008 +0000

description:
Fixes for new PLIST magic

diffstat:

 mail/dkim-milter/PLIST      |  6 +++---
 mail/dkim-milter/options.mk |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 67fee65a4fe9 -r 438aecce1ffd mail/dkim-milter/PLIST
--- a/mail/dkim-milter/PLIST    Sun Apr 20 17:20:33 2008 +0000
+++ b/mail/dkim-milter/PLIST    Sun Apr 20 17:36:15 2008 +0000
@@ -1,17 +1,17 @@
-@comment $NetBSD: PLIST,v 1.7 2008/04/20 17:20:20 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/04/20 17:36:15 adrianp Exp $
 ${PLIST.arlib}lib/libar.a
 ${PLIST.arlib}man/man3/ar.3
 lib/libdkim.a
 include/dkim.h
 libexec/dkim-filter
 bin/dkim-genkey
-${WITH_STATS}bin/dkim-stats
+${PLIST.stats}bin/dkim-stats
 bin/dkim-testkey
 bin/dkim-testssp
 man/man5/dkim-filter.conf.5
 man/man8/dkim-filter.8
 man/man8/dkim-genkey.8
-${WITH_STATS}man/man8/dkim-stats.8
+${PLIST.stats}man/man8/dkim-stats.8
 man/man8/dkim-testkey.8
 man/man8/dkim-testssp.8
 share/doc/dkim-milter/FEATURES
diff -r 67fee65a4fe9 -r 438aecce1ffd mail/dkim-milter/options.mk
--- a/mail/dkim-milter/options.mk       Sun Apr 20 17:20:33 2008 +0000
+++ b/mail/dkim-milter/options.mk       Sun Apr 20 17:36:15 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2008/04/20 17:20:20 adrianp Exp $
+# $NetBSD: options.mk,v 1.6 2008/04/20 17:36:15 adrianp Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dkim-milter
 PKG_SUPPORTED_OPTIONS= inet6 dkim-milter-arlib debug dkim-stats
@@ -39,14 +39,14 @@
 ###
 ### Install dkim-stats(8) which outputs dkim-milter statistics
 ###
+PLIST_VARS+=           stats
 .if !empty(PKG_OPTIONS:Mdkim-stats)
 .include "../../mk/db1.builtin.mk"
-PLIST_SUBST+=          WITH_STATS=''
+PLIST.stats=           yes
 SUBST_SED.libs+=       -e 's|@STATS@||g'
 SUBST_SED.libs+=       -e 's|@MAN_STATS@|dkim-stats.8|g'
 SUBST_SED.libs+=       -e 's|@DBLIB@|db|g'
 .else
-PLIST_SUBST+=          WITH_STATS='@comment '
 SUBST_SED.libs+=       -e 's|@STATS@|dnl|g'
 SUBST_SED.libs+=       -e 's|@MAN_STATS@||g'
 SUBST_SED.libs+=       -e 's|@DBLIB@||g'



Home | Main Index | Thread Index | Old Index