diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-09 03:36:12 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-09 03:36:12 +0000 |
commit | 580e317dddae5a697b2f4743d2cfc9ed0d5cb57d (patch) | |
tree | eab3a86b2cdcceaff5e779be8a81229686f6bf7d /mail/procmail/Makefile | |
parent | 7f27abbcb8d759a7b7daf03584071877587e341c (diff) |
Notes
Diffstat (limited to 'mail/procmail/Makefile')
-rw-r--r-- | mail/procmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 5a1855284e83..bf2330158d2d 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,11 +3,12 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.5 1994/10/08 15:31:10 ache Exp $ +# $Id: Makefile,v 1.6 1994/10/12 09:26:40 adam Exp $ # DISTNAME= procmail-3.10pre5 MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ +IS_INTERACTIVE= yes install: @echo "===> Installing for ${DISTNAME}" |