From owner-freebsd-ports@FreeBSD.ORG Sun Dec 18 23:30:39 2011 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 5C3E31065673 for ; Sun, 18 Dec 2011 23:30:39 +0000 (UTC) (envelope-from christer.edwards@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id DD7618FC08 for ; Sun, 18 Dec 2011 23:30:38 +0000 (UTC) Received: by lahl5 with SMTP id l5so2834430lah.13 for ; Sun, 18 Dec 2011 15:30:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=ohPb04Df9O0j09sQvEVinyzVOoiJuLW0nuVLKQp+Ljo=; b=Z52DQ51DH0FOUN8qUS/X02vVYuTXkuKy+Xfd9zkcCTH6V7o4HDpNWgTcLzCGmGUxbm IIDK0YjmcCupt5Y4GHn6LvlafPmLO1r9WgD7M1L51f5aS6wmmqfLN6K/SzaH+Zbslmmx O1WbQWg7x7a0GYacbmJMVugPN3+WBRIWPAbiA= Received: by 10.152.109.105 with SMTP id hr9mr14638453lab.24.1324251037688; Sun, 18 Dec 2011 15:30:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.20.134 with HTTP; Sun, 18 Dec 2011 15:30:16 -0800 (PST) From: Christer Edwards Date: Sun, 18 Dec 2011 16:30:16 -0700 Message-ID: To: "freebsd-ports@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 Subject: help with man 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: Sun, 18 Dec 2011 23:30:39 -0000 The port I'm working on includes about a half-dozen man pages which I understand I need to use MANn to install. What I guess I don't fully understand is how to path those files. If the files are found in the extracted source under source-version/doc/man/ should I use: MAN1= doc/man/manpage.1 MAN7= doc/man/manpage.7 ...etc... or do I need to reference ${WORKSRC}/doc/man/ ? Do I also need to install the man pages in do-install? ${INSTALL_MAN} ${WRKSRC}/doc/man/manpage.1 ${PREFIX}/man/man1 Appreciate the help Christer