diff options
author | agc <agc@pkgsrc.org> | 2002-07-02 11:36:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-02 11:36:24 +0000 |
commit | 894d79e7ac5f80aa6e2116fbc14604d650b90664 (patch) | |
tree | ad1d1d41b26bb77e053313ba8f1e6c17cded8757 | |
parent | e44c78cae7462b5e9aac27a59beb0309c1bc42b7 (diff) | |
download | pkgsrc-894d79e7ac5f80aa6e2116fbc14604d650b90664.tar.gz |
Deprecate IS_INTERACTIVE
There is no reason to mark this package as needing user interaction
-rw-r--r-- | mail/distribute/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile index 91eebcc7158..306bc386f65 100644 --- a/mail/distribute/Makefile +++ b/mail/distribute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/07/02 10:55:22 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/07/02 11:36:24 agc Exp $ # FreeBSD: ports/mail/distribute/Makefile,v 1.2 1999/08/25 06:50:06 obrien Exp # @@ -21,8 +21,6 @@ USE_PERL5= YES WRKSRC= ${WRKDIR}/distribute-pl19 MAN1= distribute.1 DIST_SUBDIR= distribute -# Compile time configuration required. -IS_INTERACTIVE= YES # customize below if you would like to # mail/majordomo likes this |