diff options
Diffstat (limited to 'mail/exact/Makefile')
-rw-r--r-- | mail/exact/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exact/Makefile b/mail/exact/Makefile index a9156ae9d543..62582847dc85 100644 --- a/mail/exact/Makefile +++ b/mail/exact/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ARGS= --with-user=${MAILUSER} \ --with-group=${MAILGROUP} \ --with-watch=${MAILLOG} +NO_STAGE= yes pre-install: @${SED} -e "s,/usr/local/var,/var,g; s,/state,,g" ${WRKSRC}/exact.conf > ${WRKSRC}/exact.conf.sample @${SED} -e "s,%%PREFIX%%,${PREFIX},g; s,%%EXACTDIR%%,${EXACTDIR},g" ${FILESDIR}/exact.sh > ${WRKSRC}/exact.sh |