Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2011 15:42:25 GMT
From:      Kuan-Chung Chiu <buganini@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157924: [maintainer-update] correct plist of textproc/kmfl-khmer
Message-ID:  <201106161542.p5GFgPfY052043@red.freebsd.org>
Resent-Message-ID: <201106161550.p5GFoAvi045287@freefall.freebsd.org>

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

>Number:         157924
>Category:       ports
>Synopsis:       [maintainer-update] correct plist of textproc/kmfl-khmer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 16 15:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        9.0-CURRENT
>Organization:
N/A
>Environment:
FreeBSD Elizabeth.twbbs.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r223098M: Wed Jun 15 06:39:48 CST 2011     root@Elizabeth.twbbs.org:/usr/obj/usr/src/sys/ELIZABETH  amd64

>Description:
Properly use PLIST_DIRSTRY, or it will cause:
pkg_delete: unable to completely remove directory '/usr/local/share/kmfl/icons'
pkg_delete: unable to completely remove directory '/usr/local/share/kmfl'

due to share/kmfl is shared with other ports.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/textproc/kmfl-khmer/Makefile b/textproc/kmfl-khmer/Makefile
index d21e88d..98415d4 100644
--- a/textproc/kmfl-khmer/Makefile
+++ b/textproc/kmfl-khmer/Makefile
@@ -26,7 +26,7 @@ KMFL_ICONS_DIR=	share/kmfl/icons
 
 PLIST_FILES=	${KMFL_DIR}/khmer.kmn \
 		${KMFL_ICONS_DIR}/khmer.bmp
-PLIST_DIRS=	${KMFL_ICONS_DIR} \
+PLIST_DIRSTRY=	${KMFL_ICONS_DIR} \
 		${KMFL_DIR}
 
 do-install:


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106161542.p5GFgPfY052043>