ports/157924: [maintainer-update] correct plist of textproc/kmfl-khmer

Kuan-Chung Chiu buganini at gmail.com
Thu Jun 16 15:50:10 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list