Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 18:26:25 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anders@FreeBSD.org
Subject:   ports/77955: [PATCH] comms/minicom: fix wrong PLIST
Message-ID:  <20050223102625.700E23EA0E3@utopia.leeym.com>
Resent-Message-ID: <200502231030.j1NAULE3083116@freefall.freebsd.org>

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

>Number:         77955
>Category:       ports
>Synopsis:       [PATCH] comms/minicom: fix wrong PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 23 10:30:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb  9 10:20:03 CST
>Description:
- Don't remove the directories under ${PREFIX}/share/locale/

Port maintainer (anders@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- minicom-2.1.patch begins here ---
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/comms/minicom/pkg-plist,v
retrieving revision 1.14
diff -u -u -r1.14 pkg-plist
--- pkg-plist	15 Feb 2005 21:44:26 -0000	1.14
+++ pkg-plist	23 Feb 2005 10:25:32 -0000
@@ -12,9 +12,6 @@
 %%NLS%%share/locale/pl/LC_MESSAGES/minicom.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/minicom.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/minicom.mo
-%%NLS%%@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
-%%NLS%%@unexec rmdir %D/share/locale/* 2>/dev/null || true
-%%NLS%%@unexec rmdir %D/share/locale 2>/dev/null || true
 @exec /usr/sbin/chown uucp %D/etc/minicom
 @unexec rmdir %D/etc/minicom 2>/dev/null || true
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
--- minicom-2.1.patch ends here ---

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



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