From 377079f63c2f474cd0654d2ed7804bd5db06563f Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 18 Apr 1995 02:00:15 +0000 Subject: Add IS_INTERACTIVE. The Configure script checks for file descriptor 0, so you can't run it with all the stdio redirected. --- lang/perl5.12/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lang/perl5.12') diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index a29e1dbc2813..9d922ee355d3 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -3,7 +3,7 @@ # Date created: 16 April 1995 # Whom: markm # -# $Id: Makefile,v 1.8 1995/04/15 05:44:51 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/04/17 06:02:33 asami Exp $ # DISTNAME= perl5.001 @@ -14,6 +14,13 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= markm@FreeBSD.ORG +# +# This isn't really interactive, but the Configure script checks for +# file descriptor 0, so it won't run if you