Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2004 05:51:07 -0400
From:      Serge Gagnon <gagnon_s@sympatico.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65413: [Patch] port: misc/libutf use EXAMPLESDIR
Message-ID:  <E1BCbcJ-000HH3-EB@quenix.dnsalias.org>
Resent-Message-ID: <200404102150.i3ALoNuK091486@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65413
>Category:       ports
>Synopsis:       [Patch] port: misc/libutf use EXAMPLESDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 10 14:50:22 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix.dnsalias.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Sat Apr 3 11:12:30 EST 2004 root@:/usr/obj/usr/src/sys/OCEAN i386


>Description:

	- Use of $EXAMPLESDIR instead of hardcoded path in pkg-plist

>How-To-Repeat:
>Fix:


--- patch-pkg-plist begins here ---
--- pkg-plist.orig	Sun Apr 11 05:44:18 2004
+++ pkg-plist	Sun Apr 11 05:47:28 2004
@@ -1,5 +1,5 @@
 include/ure.h
 include/utf.h
 lib/libutf.a
-share/examples/libutf/langcoll.utf
-@dirrm share/examples/libutf
+%%EXAMPLESDIR%%/langcoll.utf
+@dirrm %%EXAMPLESDIR%%
--- patch-pkg-plist ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BCbcJ-000HH3-EB>