Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2001 12:15:40 +0400 (MSD)
From:      Alex Kapranoff <kappa@zombie.antar.bryansk.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26310: [port fix] www/p5-HTML-Clean
Message-ID:  <200104030815.f338FeO53785@zombie.antar.bryansk.ru>

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

>Number:         26310
>Category:       ports
>Synopsis:       [port fix] www/p5-HTML-Clean
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 03 01:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kapranoff
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:
System: FreeBSD zombie.antar.bryansk.ru 4.3-RC FreeBSD 4.3-RC #5: Mon Mar 26 12:42:11 MSD 2001 root@zombie.antar.bryansk.ru:/usr/src/sys/compile/ZOMBIE i386


	
>Description:
	pkg-plist is just plain wrong.
>How-To-Repeat:
	
>Fix:

--- pkg-plist.orig	Tue Apr  3 11:48:09 2001
+++ pkg-plist	Tue Apr  3 11:48:47 2001
@@ -1,9 +1,9 @@
 bin/htmlclean
 lib/perl5/site_perl/%%PERL_VER%%/HTML/Clean.pm
-@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Clean/.packlist
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Clean
-@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null|| true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null|| true
 lib/perl5/site_perl/%%PERL_VER%%/auto/HTML/Clean/autosplit.ix
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/HTML/Clean
-@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/auto/HTML 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/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?200104030815.f338FeO53785>