From owner-cvs-share Tue Jun 3 17:16:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA03643 for cvs-share-outgoing; Tue, 3 Jun 1997 17:16:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA03487; Tue, 3 Jun 1997 17:13:10 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA04104; Tue, 3 Jun 1997 17:12:20 -0700 (PDT) Date: Tue, 3 Jun 1997 17:12:20 -0700 (PDT) Message-Id: <199706040012.RAA04104@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1997/06/03 17:12:20 PDT Modified files: share/mk bsd.port.mk Log: (1) Use the new BSD.x11.dist mtree file to create directories under /usr/X11R6 if USE_IMAKE or USE_X11 is set. It is mostly designed after the XFree86 distribution, but also includes some of our own goodies (libexec, share/doc, etc/rc.d). (2) Full support for per-port dependency target. An optional ":" can be added to any of the *_DEPENDS variables. Do not attempt to print out anything about dependencies if NO_DEPENDS is set (there was already too much code duplication, and this extra colon has really pushed it over the limit). Requested by: jfitz (3) Make "reinstal" pmake-safe. Reminded in an e-mail from: jkh Revision Changes Path 1.258 +51 -55 src/share/mk/bsd.port.mk