diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 312590c92f4d..744fe20b41ee 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -16,6 +16,8 @@ MAINTAINER= anton@urc.ac.ru RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb +IS_INTERACTIVE= yes # require sendmail rebuilding + WRKSRC= ${WRKDIR}/${DISTNAME}/clients/drwebdc MAKEFILE= Makefile.unix @@ -47,6 +49,9 @@ post-extract: cd ${WRKDIR}/${DISTNAME} && ${TAR} -xvzf ${WRKDIR}/${DISTNAME}/${DISTNAME}.tar.gz clients/drwebdc clients/sendmail pre-build: + @${CAT} pkg-message + @echo + @read -p "Press Enter to continue or ^C to abort: " x ${MKDIR} ${WRKSRC}/libmilter ${CP} ${FILESDIR}/Makefile ${WRKSRC}/libmilter .if ${SENDMAIL_VERSION} == "8.11.1"