Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  4 Aug 2001 01:09:51 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29439: Fix pkg-plist for www/p5-HTML-Navigation
Message-ID:  <20010804050951.41B9FD920@entropy.databits.net>

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

>Number:         29439
>Category:       ports
>Synopsis:       Fix pkg-plist for www/p5-HTML-Navigation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 03 21:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 08:19:43 EDT 2001 petef@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

Make pkg-plist complete in removing directories.

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/4-full/p5-HTML-Navigation-0.26.log

>Fix:

Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-Navigation/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2001/01/03 23:30:19	1.1
+++ pkg-plist	2001/08/04 05:05:59
@@ -1,3 +1,5 @@
 lib/perl5/site_perl/%%PERL_VER%%/HTML/Navigation.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Navigation/.packlist
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Navigation
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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