diff options
author | ache <ache@FreeBSD.org> | 2001-08-24 19:40:59 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-24 19:40:59 +0000 |
commit | 7505d6eddc982c9de6147cb7aff1bff02fff6761 (patch) | |
tree | 49cb3c7a8be5dbfd87f32a6afb0002bd0dc2accf /security | |
parent | e97b55e3466394bcea0791dbab2fef5727a9148b (diff) | |
download | FreeBSD-ports-7505d6eddc982c9de6147cb7aff1bff02fff6761.zip FreeBSD-ports-7505d6eddc982c9de6147cb7aff1bff02fff6761.tar.gz |
Print pkg-message note and ask for confirmation before anything else
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb-sendmail/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 312590c..744fe20 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" |