Date: Thu, 20 May 2004 14:48:35 +0200 (CEST) From: Florent Thoumie <flz@xbsd.org> To: FreeBSD-gnats-submit@freebsd.org Cc: x11@FreeBSD.org Subject: Update port: x11/renderext - fix pkg-plist typo. Message-ID: <20040520124835.588C96DF@gw.xbsd.org>
next in thread | raw e-mail | index | archive | help
>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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040520124835.588C96DF>