From 0abfdc11f5c6090e6f9d77c41c5633741cea4da9 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 5 Mar 1995 04:18:05 +0000 Subject: This is interactive - only install if we're not in BATCH mode. --- mail/procmail/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mail/procmail') diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 7a71e26..a0e38e9 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,15 +3,17 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.8 1994/11/19 12:29:15 ats Exp $ +# $Id: Makefile,v 1.9 1994/11/22 01:53:32 ache Exp $ # -DISTNAME= procmail-3.10 +DISTNAME= procmail-3.10 MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ IS_INTERACTIVE= yes install: +.if !defined(BATCH) @echo "===> Installing for ${DISTNAME}" @cd ${WRKSRC}; ${MAKE} install-suid install.man +.endif .include -- cgit v1.1