diff options
author | grant <grant@pkgsrc.org> | 2004-04-14 17:52:53 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-14 17:52:53 +0000 |
commit | 09c5e7088b0f7b5eea020e6905ec8765d49dec33 (patch) | |
tree | c8a9f781996a64a6f83a459b6a84980d095ab4dc /mail | |
parent | f3a354fb3920c51f9ba6fca528e69a7f6e0efe37 (diff) | |
download | pkgsrc-09c5e7088b0f7b5eea020e6905ec8765d49dec33.tar.gz |
indent a block, minor whitespace tweak
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 8 |
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 \ |