aboutsummaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 19:40:59 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 19:40:59 +0000
commit1412d889d39c422f496c03b0cba1c66383cd8a24 (patch)
treeba75e58abcd20758c0ef794fca225237a03708e3 /security/drweb-sendmail/Makefile
parent4ecea026d6a8e64fc59cb5fdb7f53b9fcff76734 (diff)
Notes
Diffstat (limited to 'security/drweb-sendmail/Makefile')
-rw-r--r--security/drweb-sendmail/Makefile5
1 files changed, 5 insertions, 0 deletions
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"