aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/procmail/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index 7a71e2696c8e..a0e38e99011c 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 <bsd.port.mk>