From owner-freebsd-commit Fri Nov 17 08:50:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA15005 for freebsd-commit-outgoing; Fri, 17 Nov 1995 08:50:12 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA14990 for cvs-all-outgoing; Fri, 17 Nov 1995 08:50:06 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA14962 for cvs-share-outgoing; Fri, 17 Nov 1995 08:50:00 -0800 Received: (from asami@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA14951 ; Fri, 17 Nov 1995 08:49:45 -0800 Date: Fri, 17 Nov 1995 08:49:45 -0800 From: Satoshi Asami Message-Id: <199511171649.IAA14951@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 95/11/17 08:49:44 Modified: share/mk bsd.port.mk Log: 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.