summaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-08-08 22:33:45 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-08-08 22:33:45 +0000
commit35a5b1a21603cbcb6441f55d5b2e0b0079d7c376 (patch)
treed2a2b8c05411087d38075ad530fd53bae4ac554c /mail/dovecot
parentFix the REINPLACE_CMD (diff)
Make the feature-autodetection actually work.
PR: 55393 Submitted by: Pawel Malachowski <pawmal@unia.3lo.lublin.pl> Reviewed by: Dominic Marks <dom@wirespeed.org.uk>
Notes
Notes: svn path=/head/; revision=86614
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index b4ed5d801048..1504751a4dd3 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --without-shadow --enable-ipv6 \
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
+.include <bsd.port.pre.mk>
+
#
# Feature Autodetection
#
@@ -160,4 +162,4 @@ post-install:
${WRKDIR}/pkg-message
@${CAT} ${WRKDIR}/pkg-message
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>