summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-04-14 17:52:53 +0000
committergrant <grant@pkgsrc.org>2004-04-14 17:52:53 +0000
commit5da27fc953fa258a6b8b9313364b124082261ef4 (patch)
treec8a9f781996a64a6f83a459b6a84980d095ab4dc /mail/postfix-current
parent794f88655ce3b1675c2a63c1b3afc84a7063a772 (diff)
downloadpkgsrc-5da27fc953fa258a6b8b9313364b124082261ef4.tar.gz
indent a block, minor whitespace tweak
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 62e9c8e9c58..537902bb3ed 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/04/12 16:04:45 taca Exp $
+# $NetBSD: Makefile,v 1.30 2004/04/14 17:52:53 grant Exp $
DISTNAME= postfix-2.0.19-20040312
PKGNAME= postfix-20040312
@@ -104,14 +104,14 @@ AUXLIBS+= -L${BUILDLINK_PREFIX.postgresql-lib}/lib -lpq \
.endif
.if defined(USE_SASL2) && ${USE_SASL2} == "YES"
-USING_SASL=YES
+USING_SASL= YES
. include "../../security/cyrus-sasl2/buildlink3.mk"
CCARGS+= -DUSE_SASL2_AUTH
AUXLIBS+= -L${BUILDLINK_PREFIX.cyrus-sasl}/lib \
-Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.cyrus-sasl}/lib \
-lsasl2
.elif defined(USE_SASL) && ${USE_SASL} == "YES"
-USING_SASL=YES
+USING_SASL= YES
. include "../../security/cyrus-sasl/buildlink3.mk"
CCARGS+= -DUSE_SASL_AUTH
AUXLIBS+= -L${BUILDLINK_PREFIX.cyrus-sasl}/lib \
@@ -213,7 +213,7 @@ do-install:
${SH} postfix-install -non-interactive
.if ${OPSYS} == "Linux"
-.include "../../databases/db/buildlink3.mk"
+. include "../../databases/db/buildlink3.mk"
CCARGS+= -I${BUILDLINK_PREFIX.db2}/include/db2
AUXLIBS+= -L${BUILDLINK_PREFIX.db2}/lib \
-Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.db2}/lib \