From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 17:25:52 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF95916A4E3 for ; Fri, 7 Nov 2003 17:25:52 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id E614743FBD for ; Fri, 7 Nov 2003 17:25:51 -0800 (PST) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp139-155.dialup.mtu-net.ru [62.118.139.155]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 86D15FBAD2; Sat, 8 Nov 2003 04:25:49 +0300 (MSK) (envelope-from sem@ciam.ru) Message-ID: <3FAC462D.6060006@ciam.ru> Date: Sat, 08 Nov 2003 04:26:05 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <3FAC2F86.3050009@ciam.ru> <1068253220.22635.5.camel@shumai.marcuscom.com> In-Reply-To: <1068253220.22635.5.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: Does new PORTDOCS macro mork? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 01:25:52 -0000 Joe Marcus Clarke wrote: > Setting this macro only adds plist entries to the final package > +CONTENTS file (just like INFO and MAN do). You will still have to > physically install these files. For example: But would I need installs INFO and MAN files by hands? > > PORTDOCS= FAQ SECURITY CREDITS ChangeLog > ... > .for i in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} > .endfor And what about PR/49955? It makes both. --- Sem.