From 64cce5be9448e6461978c6635c698c1f1f2689bd Mon Sep 17 00:00:00 2001
From: Sergei Kolobov <sergei@FreeBSD.org>
Date: Sun, 11 Apr 2004 21:38:48 +0000
Subject: - Support sourcing of Makefile.local by including <bsd.port.pre.mk>  
 even though I think there are better ways to store per-port configuration:  
 sysutils/penv or sysutils/portupgrade ports or /etc/make.conf file)

PR:		ports/64660
Submitted by:	George Hartzell <hartzell@kestrel.alerce.com>
---
 mail/maildrop/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'mail/maildrop')

diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 8505c9f19299..1cfbbe5c3cce 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -41,6 +41,8 @@ CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_GDBM)
 LIB_DEPENDS+=		gdbm.3:${PORTSDIR}/databases/gdb
 CONFIGURE_ARGS+=	--with-db=gdbm
@@ -112,4 +114,4 @@ post-install:
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
-- 
cgit v1.2.3