ports/86320: [PATCH] devel/p5-Term-Animation: fix pkg-plist

Yen-Ming Lee leeym at FreeBSD.org
Mon Sep 19 07:20:18 UTC 2005


>Number:         86320
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Term-Animation: fix pkg-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:   Mon Sep 19 07:20:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Sep 16 08:11:31 CST 2005
>Description:
- fix pkg-plist (add %D after @unexec rmdir...)

Port maintainer (fjoe at FreeBSD.org) is cc'd.

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

--- p5-Term-Animation-2.1_1.patch begins here ---
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Term-Animation/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	16 Sep 2005 05:55:55 -0000	1.1
+++ pkg-plist	19 Sep 2005 07:14:51 -0000
@@ -2,6 +2,6 @@
 %%SITE_PERL%%/Term/Animation/Entity.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Animation/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/Animation
- at unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
 @dirrm %%SITE_PERL%%/Term/Animation
- at unexec rmdir %%SITE_PERL%%/Term 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/Term 2>/dev/null || true
--- p5-Term-Animation-2.1_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list