diff options
author | ats <ats@FreeBSD.org> | 1995-03-20 00:41:36 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-20 00:41:36 +0000 |
commit | cad45001effa051a01d67db6dababd654eeca146 (patch) | |
tree | e14c7ff98fff61f10327c0015a08002baaec52ee /Mk | |
parent | 1ae8a59ccec822788c6fc5b34245fdb933269d08 (diff) | |
download | FreeBSD-ports-cad45001effa051a01d67db6dababd654eeca146.zip FreeBSD-ports-cad45001effa051a01d67db6dababd654eeca146.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 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 2741fca..c03c5e7 100644 --- a/Mk/bsd.port.mk +++ b/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) |