Date: Mon, 31 Jul 2006 15:39:03 +0200 (CEST) From: Erwin Lansing <erwin@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101099: textproc/p5-Text-Bastardize: fix PLIST Message-ID: <200607311339.k6VDd39i093588@bamse.staff.tdk.net> Resent-Message-ID: <200607311340.k6VDeB3r070027@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101099 >Category: ports >Synopsis: textproc/p5-Text-Bastardize: fix PLIST >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 31 13:40:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD bamse.staff.tdk.net 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Mon Apr 3 11:10:31 CEST 2006 root@bamse.staff.tdk.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fix PLIST Submitted by: pointyhat >How-To-Repeat: >Fix: Introduce pkg-plist file to use dirrmtry --- bastard.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Text-Bastardize/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 30 Jul 2006 22:46:02 -0000 1.2 +++ Makefile 31 Jul 2006 13:34:43 -0000 @@ -7,6 +7,7 @@ PORTNAME= Text-Bastardize DISTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +19,4 @@ MAN3= Text::Bastardize.3 -PLIST_FILES= %%SITE_PERL%%/Text/Bastardize.pm \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize/.packlist -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize - .include <bsd.port.mk> Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-plist 31 Jul 2006 13:34:43 -0000 @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Text/Bastardize.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text --- bastard.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607311339.k6VDd39i093588>