diff options
Diffstat (limited to 'mail/antivirus-milter/Makefile')
-rw-r--r-- | mail/antivirus-milter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/antivirus-milter/Makefile b/mail/antivirus-milter/Makefile index fef1b12ae1fe..a90b3eff315e 100644 --- a/mail/antivirus-milter/Makefile +++ b/mail/antivirus-milter/Makefile @@ -22,6 +22,7 @@ SUB_LIST+= ANTIVIRUS=${ANTIVIRUS_DIR} SED_SCRIPT= -e 's|%%ANTIVIRUS%%|${ANTIVIRUS_DIR}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" |