From owner-freebsd-ports@FreeBSD.ORG Sat Jul 17 17:04:33 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E58E5106567C; Sat, 17 Jul 2010 17:04:33 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 32A658FC0A; Sat, 17 Jul 2010 17:04:32 +0000 (UTC) Received: by wyf22 with SMTP id 22so3489896wyf.13 for ; Sat, 17 Jul 2010 10:04:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=iQa//wejZnhdAikuHmiMIvGiHnA2fH36WWeAIvCu8bg=; b=NqLu8viQZUtAzNf9h7JqcfEij7lVZm9XdcNQHlU64OJtd29Go31+pTiIMzMoD0XgHC 2Pid3O8MX79r4jemlb1tZWOnrgKbA1AaPZTSIALqz6TrkuGLFR6awyp+wtEbmde46u/C ma0RHN1pBzR9JxxRF5uCJ/WKr9QmQfC0F8KDw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=hA2qHQ6RP+/2luyceLmWPK+PgxSlZhh437bFlAJafUVPpo7KkFIj9B9/W5BAKhQ9sl 1uzTBw2ab6Cc6nHBYIDcLide5b5/RnkuAE2u1YHqw/jXfqFyaSw4CpaSyZnkCAl5RaF6 p7FuYAxXF610uU794TwNI1Iz4fz8Sj0AEWtXw= Received: by 10.227.135.66 with SMTP id m2mr2094185wbt.187.1279386272140; Sat, 17 Jul 2010 10:04:32 -0700 (PDT) Received: from localhost (anonymizer3.torservers.net [173.244.197.211]) by mx.google.com with ESMTPS id a27sm24838479wbe.6.2010.07.17.10.04.28 (version=SSLv3 cipher=RC4-MD5); Sat, 17 Jul 2010 10:04:31 -0700 (PDT) From: Anonymous To: ashish@FreeBSD.org (Ashish SHUKLA) References: <86mxtq6sea.fsf@chateau.d.if> Date: Sat, 17 Jul 2010 21:04:10 +0400 In-Reply-To: <86mxtq6sea.fsf@chateau.d.if> (Ashish SHUKLA's message of "Sat, 17 Jul 2010 20:56:53 +0530") Message-ID: <86k4oujb05.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD ports list Subject: Re: Port installing localized manual pages. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2010 17:04:34 -0000 ashish@FreeBSD.org (Ashish SHUKLA) writes: [...] > #v+ > list of extra files and directories in / (not present on clean system but present after everything was deinstalled) > 1110986 3 drwxr-xr-x 3 root wheel 3 Jul 17 12:40 usr/local/man/fr.ISO8859-1 > 1110987 3 drwxr-xr-x 2 root wheel 2 Jul 17 12:40 usr/local/man/fr.ISO8859-1/man1 > 1110989 3 drwxr-xr-x 3 root wheel 3 Jul 17 12:40 usr/local/man/fr.UTF-8 > 1110990 3 drwxr-xr-x 2 root wheel 2 Jul 17 12:40 usr/local/man/fr.UTF-8/man1 > 1110993 3 drwxr-xr-x 3 root wheel 3 Jul 17 12:40 usr/local/man/pt_PT > 1110994 3 drwxr-xr-x 2 root wheel 2 Jul 17 12:40 usr/local/man/pt_PT/man1 > #v- > > What do you say ? Should I add '@dirrmtry' corresponding to above manual > directories ? Or, for all manual directories ? Or just ignore the warning ? I'd add @dirrmtry only for those that are not in mtree, e.g. $ mtree -f $(make -V MTREE_FILE) -p $(make -V PREFIX) > > References: > [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146513 Why do you need to copy license file in post-extract?