ports/66938: Update port: x11/renderext - fix pkg-plist typo.

Florent Thoumie flz at xbsd.org
Thu May 20 12:51:12 UTC 2004


>Number:         66938
>Category:       ports
>Synopsis:       Update port: x11/renderext - fix pkg-plist typo.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 20 05:50:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 4.9-RC i386
>Organization:
Xbsd.org
>Environment:

System: FreeBSD gw 4.9-RC FreeBSD 4.9-RC #4: Sun Oct 5 14:25:09 CEST 2003 rf at 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
- at dirrm %%DOCSDIR
+ at dirrm %%DOCSDIR%%

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list