diff options
-rw-r--r-- | mail/procmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 04cb1a77eed8..e11c141f976a 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.11 1995/04/01 12:47:36 jkh Exp $ +# $Id: Makefile,v 1.12 1995/04/11 20:28:28 asami Exp $ # DISTNAME= procmail-3.10 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ IS_INTERACTIVE= yes -install: +install: build .if !defined(BATCH) @echo "===> Installing for ${DISTNAME}" @cd ${WRKSRC}; ${MAKE} install-suid install.man |