diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 07:41:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 07:41:42 +0000 |
commit | 230ac7a61d183eb0a4e9f96c0abc8620a5c7e09b (patch) | |
tree | 957de3ffad570a972d475056066cb5b53215c7de /mail/procmail | |
parent | 129d41b2bc8b5293b448b4117a5a8c29edf6da9a (diff) | |
download | ports-230ac7a61d183eb0a4e9f96c0abc8620a5c7e09b.tar.gz ports-230ac7a61d183eb0a4e9f96c0abc8620a5c7e09b.zip |
Notes
Diffstat (limited to 'mail/procmail')
-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 |