diff options
author | stb <stb@FreeBSD.org> | 1999-04-23 02:20:45 +0000 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1999-04-23 02:20:45 +0000 |
commit | ac2df104045a4f144a5e61034ff90f3163e41e41 (patch) | |
tree | 5fc39901cd1fd96e9fed2746171b025f3444c347 | |
parent | 3618d525b8d90428221618795b75c0b2e442ab53 (diff) | |
download | FreeBSD-ports-ac2df104045a4f144a5e61034ff90f3163e41e41.zip FreeBSD-ports-ac2df104045a4f144a5e61034ff90f3163e41e41.tar.gz |
Clarify use of IS_INTERACTIVE.
Suggested by: asami@freebsd.org (well, at least implicitly :-)
-rw-r--r-- | Mk/bsd.port.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c57d1b5..514ea70 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"). |