summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorStefan Bethke <stb@FreeBSD.org>1999-04-23 02:20:45 +0000
committerStefan Bethke <stb@FreeBSD.org>1999-04-23 02:20:45 +0000
commitf1d4a2d7adae25c3d09238a35ae9b188598bc4d0 (patch)
tree1e00eec510accccda436249ff4c621829b7ee503 /Mk
parentUpdate to 1.1.9 (diff)
Clarify use of IS_INTERACTIVE.
Suggested by: asami@freebsd.org (well, at least implicitly :-)
Notes
Notes: svn path=/head/; revision=18094
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index c57d1b58e9a4..514ea702b6f0 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $Id: bsd.port.mk,v 1.308 1999/03/29 07:07:59 asami Exp $
+# $Id: bsd.port.mk,v 1.309 1999/04/08 07:13:38 asami Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -100,9 +100,9 @@ OpenBSD_MAINTAINER= imp@OpenBSD.ORG
# This variable is a boolean, so you don't need to set it to the reason.
#
# IS_INTERACTIVE - Set this if your port needs to interact with the user
-# during a build. User can then decide to skip this port by
-# setting ${BATCH}, or compiling only the interactive ports
-# by setting ${INTERACTIVE}.
+# during any step in a package build. User can then decide
+# to skip this port by setting ${BATCH}, or compiling only
+# the interactive ports by setting ${INTERACTIVE}.
#
# Set these if your port only makes sense to certain archetictures.
# They are lists containing names for them (e.g., "alpha i386").