aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-24 22:45:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-24 22:45:38 +0000
commit7309106d1e97bea87988fbe0a95e40d098b05e15 (patch)
tree8956e0347a2ebe10e3435f1481e84fab803e924f /mail/dspam
parent961284432654b72a53c606be7cb7204ab0c2ecd1 (diff)
downloadports-7309106d1e97bea87988fbe0a95e40d098b05e15.tar.gz
ports-7309106d1e97bea87988fbe0a95e40d098b05e15.zip
Notes
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 807481496cee..9be779410391 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -31,6 +31,8 @@ SED_SCRIPT= -e 's,%%DOCSDIR%%,${DOCSDIR},g' \
-e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' \
-e 's,%%LOCALBASE%%,${LOCALBASE},g'
+.include <bsd.port.pre.mk>
+
.if defined(WITH_MYSQL)
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-storage-driver=mysql_drv \
@@ -88,4 +90,4 @@ post-install:
.endif
@${SED} ${SED_SCRIPT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>