summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-03-20 00:41:36 +0000
committerats <ats@FreeBSD.org>1995-03-20 00:41:36 +0000
commitd08293b86bfd6adadb47204e07c3654daf9279be (patch)
tree212da98a5385ec8c467141d35b7e3517a52af782 /share
parentbc768fa0889eb485b8ef9f4c84872e6e0465caab (diff)
downloadFreeBSD-src-d08293b86bfd6adadb47204e07c3654daf9279be.zip
FreeBSD-src-d08293b86bfd6adadb47204e07c3654daf9279be.tar.gz
Don't do anything if BATCH is specified and the port is interactive for
the package target.The port may is not build and the package fails otherwise.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 2741fca..c03c5e7 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.116 1995/03/03 07:42:10 jkh Exp $
+# $Id: bsd.port.mk,v 1.117 1995/03/19 12:49:06 ats Exp $
#
# Please view me with 4 column tabs!
@@ -259,6 +259,8 @@ pre-configure:
@${DO_NADA}
configure:
@${DO_NADA}
+package:
+ @${DO_NADA}
.endif
.if !target(all)
OpenPOWER on IntegriCloud