From owner-freebsd-x11@FreeBSD.ORG Thu May 20 05:49:11 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F0C16A4CE; Thu, 20 May 2004 05:49:11 -0700 (PDT) Received: from gw.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59BD743D49; Thu, 20 May 2004 05:49:10 -0700 (PDT) (envelope-from flz@xbsd.org) Received: by gw.xbsd.org (Postfix, from userid 201) id 588C96DF; Thu, 20 May 2004 14:48:35 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org From: Florent Thoumie X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20040520124835.588C96DF@gw.xbsd.org> Date: Thu, 20 May 2004 14:48:35 +0200 (CEST) cc: x11@FreeBSD.org Subject: Update port: x11/renderext - fix pkg-plist typo. X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 12:49:11 -0000 >Submitter-Id: current-users >Originator: Florent Thoumie >Organization: Xbsd.org >Confidential: no >Synopsis: Update port: x11/renderext - fix pkg-plist typo. >Severity: non-critical >Priority: medium >Category: ports >Class: update >Release: FreeBSD 4.9-RC i386 >Environment: System: FreeBSD gw 4.9-RC FreeBSD 4.9-RC #4: Sun Oct 5 14:25:09 CEST 2003 rf@gw:/usr/src/sys/compile/GW i386 >Description: DOCSDIR is not expanded in the registered plist because of a typo in the @dirrm line. When deinstalling, %%DOCSDIR%% is not deleted. >How-To-Repeat: Type make install deinstall in /usr/ports/x11/renderext >Fix: --- pkg-plist Thu May 20 14:43:18 2004 +++ pkg-plist.new Thu May 20 14:43:34 2004 @@ -3,4 +3,4 @@ libdata/pkgconfig/render.pc %%DOCSDIR%%/library %%DOCSDIR%%/protocol -@dirrm %%DOCSDIR +@dirrm %%DOCSDIR%%