aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-03-03 06:53:27 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-03-03 06:53:27 +0000
commit104965676e89a90b538ea8a1ebe16695f6bb5652 (patch)
tree7853dd1c554cb07f82873afe1efbabbb3bd9714f /Mk
parent033337cea4d8835f65e73f9d018240933e0668e6 (diff)
downloadports-104965676e89a90b538ea8a1ebe16695f6bb5652.tar.gz
ports-104965676e89a90b538ea8a1ebe16695f6bb5652.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 554b8bd7fbf2..a73b7bc22870 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.112 1995/02/06 08:52:19 hsu Exp $
+# $Id: bsd.port.mk,v 1.114 1995/02/17 08:52:55 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -240,7 +240,7 @@ HAS_CONFIGURE= yes
# and do _only_ the interactive ones that required your intervention.
# This allows you to do both.
#
-.if (defined(IS_INTERACTIVE) && defined(BATCH)) || (!defined(IS_INTERACTIVE) && defined(INTERACTIVE))
+.if defined(NO_${DISTNAME}) || (defined(IS_INTERACTIVE) && defined(BATCH)) || (!defined(IS_INTERACTIVE) && defined(INTERACTIVE))
all:
@${DO_NADA}
pre-build: