diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1999-04-23 02:20:45 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1999-04-23 02:20:45 +0000 |
commit | f1d4a2d7adae25c3d09238a35ae9b188598bc4d0 (patch) | |
tree | 1e00eec510accccda436249ff4c621829b7ee503 /Mk | |
parent | c6678557f769336d907a2e077cc15188babaceb4 (diff) | |
download | ports-f1d4a2d7adae25c3d09238a35ae9b188598bc4d0.tar.gz ports-f1d4a2d7adae25c3d09238a35ae9b188598bc4d0.zip |
Notes
Diffstat (limited to 'Mk')
-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 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"). |