1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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.
This commit is contained in:
Andreas Schulz 1995-03-20 00:41:36 +00:00
parent 039e03bdf1
commit f40015d00d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1163

View File

@ -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)