diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 04:31:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 04:31:46 +0000 |
commit | bd77d4ec4695ef7a97b3de8d7417586481e04e2d (patch) | |
tree | 195063c7b72e78e1f0ca424e7111ab3739e0e88b /mail/procmail/Makefile | |
parent | d9384d09c6de12371808a8a54ea8ed80e2c71c5c (diff) |
Notes
Diffstat (limited to 'mail/procmail/Makefile')
-rw-r--r-- | mail/procmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 5ed17a751ae8..887a56da5696 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.21 1996/11/10 21:32:41 obrien Exp $ +# $Id: Makefile,v 1.22 1996/11/18 14:04:33 asami Exp $ # DISTNAME= procmail-3.11pre4 @@ -16,7 +16,9 @@ MAINTAINER= ache@FreeBSD.ORG # It asks for list af directories to do test for file locking # (defaults to /tmp and ".", so return should suffice in most cases). +.if !defined(PACKAGE_BUILDING) # handled in patch-aa IS_INTERACTIVE= yes +.endif MAN1= procmail.1 formail.1 lockfile.1 MAN5= procmailex.5 procmailrc.5 procmailsc.5 |