From 1412d889d39c422f496c03b0cba1c66383cd8a24 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 24 Aug 2001 19:40:59 +0000 Subject: [PATCH] Print pkg-message note and ask for confirmation before anything else --- security/drweb-sendmail/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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"