aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.16
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-18 02:00:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-18 02:00:15 +0000
commit377079f63c2f474cd0654d2ed7804bd5db06563f (patch)
treeb215a3457c1c5213acb675b8f2739ada864b7784 /lang/perl5.16
parentcd1e798da7db3037ac52029e0d43e84716bfde79 (diff)
downloadports-377079f63c2f474cd0654d2ed7804bd5db06563f.tar.gz
ports-377079f63c2f474cd0654d2ed7804bd5db06563f.zip
Add IS_INTERACTIVE. The Configure script checks for file descriptor 0,
so you can't run it with all the stdio redirected.
Notes
Notes: svn path=/head/; revision=1443
Diffstat (limited to 'lang/perl5.16')
-rw-r--r--lang/perl5.16/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index a29e1dbc2813..9d922ee355d3 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/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 </dev/null to run a
+# nightly batch build....
+#
+IS_INTERACTIVE= yes
+
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -sde