summaryrefslogtreecommitdiff
path: root/mail/opendkim
diff options
context:
space:
mode:
authoradam <adam>2011-04-29 11:48:24 +0000
committeradam <adam>2011-04-29 11:48:24 +0000
commit29c2eba9a5a7d2d123a17129d211ada21b16134b (patch)
tree0a591234556b47e5c865ae1bc210463b967a0dd0 /mail/opendkim
parent9692cd57327beddec5dfba38fbfc1c8eaccd6ec8 (diff)
downloadpkgsrc-29c2eba9a5a7d2d123a17129d211ada21b16134b.tar.gz
pkglint clean-up
Diffstat (limited to 'mail/opendkim')
-rw-r--r--mail/opendkim/Makefile19
-rw-r--r--mail/opendkim/PLIST.stats4
-rw-r--r--mail/opendkim/options.mk8
3 files changed, 15 insertions, 16 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile
index 20b21cc85d6..0e910a915a5 100644
--- a/mail/opendkim/Makefile
+++ b/mail/opendkim/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/04/28 23:00:07 pettai Exp $
-#
+# $NetBSD: Makefile,v 1.5 2011/04/29 11:48:24 adam Exp $
DISTNAME= opendkim-2.3.2
CATEGORIES= mail
@@ -12,9 +11,12 @@ LICENSE= sendmail-open-source-license
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= pkg-config
-USE_LIBTOOL= yes
-FILES_SUBST+= DKIM_USER=${DKIM_USER:Q} DKIM_GROUP=${DKIM_GROUP:Q}
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
+FILES_SUBST+= DKIM_USER=${DKIM_USER} DKIM_GROUP=${DKIM_GROUP}
BUILD_DEFS+= VARBASE DKIM_USER DKIM_GROUP
DKIM_USER?= opendkim
@@ -30,16 +32,13 @@ PKGCONFIG_OVERRIDE+= libar/ar.pc.in
PKGCONFIG_OVERRIDE+= libopendkim/opendkim.pc.in
PKGCONFIG_OVERRIDE+= libvbr/vbr.pc.in
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-
.include "options.mk"
PLIST_SRC+= ${PKGDIR}/PLIST
-BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8
+BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8
.include "../../security/openssl/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0
+BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0
.include "../../mail/libmilter/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/opendkim/PLIST.stats b/mail/opendkim/PLIST.stats
index 97d7b246e32..9aa67a01852 100644
--- a/mail/opendkim/PLIST.stats
+++ b/mail/opendkim/PLIST.stats
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST.stats,v 1.2 2011/04/28 23:00:07 pettai Exp $
-man/man8/opendkim-stats.8
+@comment $NetBSD: PLIST.stats,v 1.3 2011/04/29 11:48:24 adam Exp $
bin/opendkim-stats
+man/man8/opendkim-stats.8
diff --git a/mail/opendkim/options.mk b/mail/opendkim/options.mk
index 9178a1db020..9f0efec290b 100644
--- a/mail/opendkim/options.mk
+++ b/mail/opendkim/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2011/03/13 23:31:31 pettai Exp $
+# $NetBSD: options.mk,v 1.3 2011/04/29 11:48:24 adam Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.opendkim
-PKG_SUPPORTED_OPTIONS= filter debug dkim-stats vbr
-PKG_SUGGESTED_OPTIONS= filter
+PKG_OPTIONS_VAR= PKG_OPTIONS.opendkim
+PKG_SUPPORTED_OPTIONS= filter debug dkim-stats vbr
+PKG_SUGGESTED_OPTIONS= filter
.include "../../mk/bsd.options.mk"