From owner-freebsd-ports@FreeBSD.ORG Wed Mar 30 20:02:07 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BB371065670 for ; Wed, 30 Mar 2011 20:02:07 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CFDC38FC0C for ; Wed, 30 Mar 2011 20:02:06 +0000 (UTC) Received: by bwz12 with SMTP id 12so1501187bwz.13 for ; Wed, 30 Mar 2011 13:02:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:from:date:message-id :subject:to:content-type; bh=H3rJh5MJBXpxSn2OJSCpdScDQNDaOyJ9v/20NB4fbfg=; b=P+i3yquiRjxuLiQwPlCVYPu9XqAocpHQ8zh4/0/LrkAQgvgzzwEDCjVFIsi4jLwJa6 i36bg1KTx28QXoQZCNfw1reAbBvUoQ7uwC7eO4/Z2sqSH8T3VXGYqO8+PtyDqvmT4+/0 JPX55r2e5QQGyyIhYQs7KOMQLV4UVHT46HrYo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; b=DB7hHuBHVY9Cdlcx5Ua7/0VgP0OwVL6Ua2WtIOCM80eHTp4Bs0aiQctZOSDGMhgNLR U9boDQ1UR77J8W9zGT6PxiaQ3xcINNbnOQGMTBzOO5Kqaoi9rKFp26TtNr0nNhKv2nZf nYAJaw89DNXQQ6debxmwRhYI/IEKw095VJ/w4= Received: by 10.204.230.194 with SMTP id jn2mr1490782bkb.133.1301515244066; Wed, 30 Mar 2011 13:00:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.64.142 with HTTP; Wed, 30 Mar 2011 13:00:14 -0700 (PDT) From: Chris Rees Date: Wed, 30 Mar 2011 21:00:14 +0100 Message-ID: To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: PORTDOCS strangeness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2011 20:02:07 -0000 Hi all, I'm updating castor to the new version (thanks for the email Portscout!), and I've decided to add in docs option. However... when I set PORTDOCS= * as normal, on deinstall it complains about being unable to remove ${DOCSDIR}, yet it has been deleted. I've looked in +CONTENTS after installing it, and sure enough there's a @dirrm share/doc/castor. What 'gotchas' are there with PORTDOCS? It installs ~70 docfiles, so I was hoping not to have to list it in pkg-plist, for the sake of space if anything else! Chris