From owner-freebsd-questions@FreeBSD.ORG Sun Jul 25 04:42:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DD4A1065674 for ; Sun, 25 Jul 2010 04:42:30 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 35E5A8FC0A for ; Sun, 25 Jul 2010 04:42:29 +0000 (UTC) Received: by wwe15 with SMTP id 15so5577683wwe.31 for ; Sat, 24 Jul 2010 21:42:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=KTuu5H/luNtG+nOls1cfAVmeRm9IcKTzNESALrR/UvE=; b=re2a4xCPeWd+h64/ZpIv9+f5OMIb+7YTJGMCo0VvoTWqKw7aw8MMUP78LfghI5dW0Y Fri2lGtFXxc+O9sHyC7VI0qEsxxEh05LRdLWzYrWMZLN4uCt+km7hlPQCc5ufZ16aA3t /nFZosgdvw3camTy5aAqTq003p00PHy6FvsFU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=fFd4oPUT3tdWk4AMW0P87mf1MhrOzfZGHdYztNRdgLZEA2CVqstlJa8UEMASh24SI+ QT4ij/2R29kHfATbaVexox4/Gfqh5zdXPapIiGEYRT4HaMG2LBHaXfZoCNcxi7tsLoD9 Y9k9FDO2fwxWuHmxiDjkUVBMGwSem91q3jldM= MIME-Version: 1.0 Received: by 10.216.79.69 with SMTP id h47mr5677379wee.68.1280032949097; Sat, 24 Jul 2010 21:42:29 -0700 (PDT) Received: by 10.216.171.10 with HTTP; Sat, 24 Jul 2010 21:42:29 -0700 (PDT) In-Reply-To: References: Date: Sun, 25 Jul 2010 04:42:29 +0000 Message-ID: From: "b. f." To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Aiza Subject: Re: searching INDEX in .sh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2010 04:42:30 -0000 On 7/25/10, b. f. wrote: > the parts of ports/Mk/bsd.port.mk that are used by running `make -C > pretty-print-run-depends > pretty-print-build-depends`. Sorry, it's actually 'pretty-print-build-depends-list' and 'pretty-print-run-depends-list'. b.