From owner-freebsd-ports@FreeBSD.ORG Wed May 1 12:30:30 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33A41A5B for ; Wed, 1 May 2013 12:30:30 +0000 (UTC) (envelope-from jake@xz.cx) Received: from m.xz.cx (mail.mebsd.com [IPv6:2001:4d48:1337:5afe::2]) by mx1.freebsd.org (Postfix) with ESMTP id F17E21BF2 for ; Wed, 1 May 2013 12:30:29 +0000 (UTC) Received: by m.xz.cx (Postfix, from userid 65534) id 336EBF64E; Wed, 1 May 2013 12:29:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on m.xz.cx X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from m.xz.cx (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jake) by m.xz.cx (Postfix) with ESMTPSA id B3EF6F646 for ; Wed, 1 May 2013 12:29:12 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 01 May 2013 13:29:12 +0100 From: Jake Smith To: Subject: Correct way to install preprocessed man pages Message-ID: <703c644821753b62e163bba70643a2d9@m.xz.cx> X-Sender: jake@xz.cx User-Agent: Roundcube Webmail/0.8.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 12:30:30 -0000 Hi all, I am putting a new port together, but the source for the man pages is not provided in the source tar for the package (and I can't find a public repo). Instead only the "preprocessed" version is included. What is the correct way to install these man pages? Using INSTALL_MAN to drop them in man/manX obviously causes formatting oddities, so should they go in man/catX? I can see some other ports do this, but it seems a bit hacky as the MAN[1-9] variables cannot be used and the man pages will have to be listed in pkg_plist. Any advice on this would be greatly appreciated! Jake