summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-11-17 16:49:40 +0000
committerasami <asami@FreeBSD.org>1995-11-17 16:49:40 +0000
commitc5cc6e0eab5ebd42de4e093a284bb034e07e43de (patch)
tree9b1ddca0bed76dc803a8c805d5bc8fea18c75fb5 /share
parent7192b4c2d9717ca096f94c1c089f8b152dae1e3b (diff)
downloadFreeBSD-src-c5cc6e0eab5ebd42de4e093a284bb034e07e43de.zip
FreeBSD-src-c5cc6e0eab5ebd42de4e093a284bb034e07e43de.tar.gz
Use NO_MTREE, not !USE_X11 && !USE_IMAKE, to determine package args.
NO_MTREE should work as advertised (for both direct installation and pkg_add) now.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index f359460..1d7340b 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.183 1995/10/11 09:25:58 asami Exp $
+# $Id: bsd.port.mk,v 1.186 1995/10/17 20:58:08 asami Exp $
#
# Please view me with 4 column tabs!
@@ -312,7 +312,7 @@ PKG_ARGS+= -k ${PKGDIR}/DEINSTALL
.if exists(${PKGDIR}/REQ)
PKG_ARGS+= -r ${PKGDIR}/REQ
.endif
-.if !defined(USE_X11) && !defined(USE_IMAKE) && defined(MTREE_LOCAL)
+.if !defined(NO_MTREE) && defined(MTREE_LOCAL)
PKG_ARGS+= -m ${MTREE_LOCAL}
.endif
.endif
OpenPOWER on IntegriCloud