diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /mail/qmail/options.mk | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'mail/qmail/options.mk')
-rw-r--r-- | mail/qmail/options.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk index 5f8364e6dbf..531adce9f64 100644 --- a/mail/qmail/options.mk +++ b/mail/qmail/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.24 2007/02/03 03:02:36 schmonz Exp $ +# $NetBSD: options.mk,v 1.25 2007/02/22 19:26:42 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qmail PKG_SUPPORTED_OPTIONS+= darwin sasl syncdir tls qmail-badrcptto qmail-bigdns @@ -55,7 +55,7 @@ QREGEX_PATCH= qregex-20060423.patch PATCHFILES+= ${QREGEX_PATCH} SITES.${QREGEX_PATCH}= http://www.arda.homeunix.net/store/qmail/ PATCH_DIST_STRIP.${QREGEX_PATCH}= -p3 -PLIST_SRC+= ${PKGDIR}/PLIST.qregex +PLIST_SRC+= ${PKGDIR}/PLIST.qregex .endif .if !empty(PKG_OPTIONS:Mqmail-realrcptto) @@ -71,13 +71,13 @@ PKG_OPTIONS+= sasl . endif . include "../../security/openssl/buildlink3.mk" TLSSASL_PATCH= netqmail-1.05-tls-smtpauth-20060105.patch -PATCHFILES+= ${TLSSASL_PATCH} +PATCHFILES+= ${TLSSASL_PATCH} SITES.${TLSSASL_PATCH}= http://shupp.org/patches/ . if !empty(PKG_OPTIONS:Mtls) CFLAGS+= -DTLS=20060104 # NOTE: update according to the patch DJB_INSTALL_TARGETS= cert tmprsadh USE_TOOLS+= gmake -PLIST_SRC+= ${PKGDIR}/PLIST.tls +PLIST_SRC+= ${PKGDIR}/PLIST.tls . endif .endif |