From owner-cvs-all Wed Mar 22 12:37: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4675837B636; Wed, 22 Mar 2000 12:36:58 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA63114; Wed, 22 Mar 2000 12:36:57 -0800 (PST) (envelope-from joe@FreeBSD.org) Message-Id: <200003222036.MAA63114@freefall.freebsd.org> From: Josef Karthauser Date: Wed, 22 Mar 2000 12:36:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports Makefile ports/Mk bsd.port.subdir.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/03/22 12:36:57 PST Modified files: . Makefile Mk bsd.port.subdir.mk Log: Additions to the 'make search' mechanism. * You can now 'make search' from a ports subdirectory. This will will restrict the search to ports within this subdirectory. * Added an additional search option to search just the port names, e.g. 'make search name=foo' will only return ports that have 'foo' in their name. Approved by: asami Revision Changes Path 1.53 +1 -9 ports/Makefile 1.35 +22 -1 ports/Mk/bsd.port.subdir.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message