summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-04-11 21:38:48 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-04-11 21:38:48 +0000
commit64cce5be9448e6461978c6635c698c1f1f2689bd (patch)
tree09379febf5276efe023724df8f6892377e34fd2c /mail/maildrop
parent- Update to 2.1.2 (diff)
- 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>
Notes
Notes: svn path=/head/; revision=106738
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile4
1 files changed, 3 insertions, 1 deletions
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>