pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/postfix-current indent a block, minor whitespace ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/704fa7dbf9c8
branches: trunk
changeset: 472959:704fa7dbf9c8
user: grant <grant%pkgsrc.org@localhost>
date: Wed Apr 14 17:52:53 2004 +0000
description:
indent a block, minor whitespace tweak
diffstat:
mail/postfix-current/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r fe5cc98f31f1 -r 704fa7dbf9c8 mail/postfix-current/Makefile
--- a/mail/postfix-current/Makefile Wed Apr 14 17:51:37 2004 +0000
+++ b/mail/postfix-current/Makefile Wed Apr 14 17:52:53 2004 +0000
@@ -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 @@
.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 @@
${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 \
Home |
Main Index |
Thread Index |
Old Index