From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 2 16:58:28 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 529F716A4CE; Wed, 2 Mar 2005 16:58:28 +0000 (GMT) Received: from mail.acquirer.com (mail.acquirer.com [213.94.200.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74DF243D49; Wed, 2 Mar 2005 16:58:26 +0000 (GMT) (envelope-from nick@foobar.org) X-Envelope-To: freebsd-ports-bugs@FreeBSD.org Received: from pancake.ip6.netability.ie (pancake.ip6.netability.ie [IPv6:2001:bb0:ccc0:1::44]) by mail.acquirer.com (8.13.3/8.13.3) with ESMTP id j22GwOQZ094678; Wed, 2 Mar 2005 16:58:24 GMT (envelope-from nick@foobar.org) From: Nick Hilliard To: Thierry Thomas In-Reply-To: <200503012144.j21LiNuS009647@freefall.freebsd.org> References: <200503012144.j21LiNuS009647@freefall.freebsd.org> Content-Type: text/plain Date: Wed, 02 Mar 2005 16:58:24 +0000 Message-Id: <1109782704.18194.72.camel@pancake.netability.ie> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/78238: New Port: pear-Image_Graph: an OO PEAR graph rendering package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 16:58:28 -0000 > pkg-plist is not required: it is handled by FILES and > devel/pear-PEAR/Makefile.common. Yup, aware of this, thanks. I used pkg-plist to create an entry for: %%PEARDIR%%/Image/Graph/Fonts/fontmap.txt-dist Perhaps it would have been better to have done this in the Makefile instead: PLIST_FILES+= Image/Graph/Fonts/fontmap.txt-dist What do you think? Nick