From owner-freebsd-commit Sat Jun 24 23:33:43 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA12066 for commit-outgoing; Sat, 24 Jun 1995 23:33:43 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11988 for cvs-share-outgoing; Sat, 24 Jun 1995 23:30:57 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA11978 ; Sat, 24 Jun 1995 23:30:53 -0700 Date: Sat, 24 Jun 1995 23:30:53 -0700 From: Satoshi Asami Message-Id: <199506250630.XAA11978@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/06/24 23:30:52 Modified: share/mk bsd.port.mk Log: Add new option NO_MTREE. If set, bsd.port.mk won't run mtree to set permissions and ownerships of PREFIX (usually /usr/local). This is the default if USE_IMAKE or USE_X11 is set. This should be useful for machines like thud, where we want to keep the /usr/local subtree writable to a group ("ports" in our case). Anybody who installs stuff in /usr/local should have this set in the environment. Note this won't affect anything the pkg_* suite does.