ports/101099: textproc/p5-Text-Bastardize: fix PLIST
Erwin Lansing
erwin at FreeBSD.org
Mon Jul 31 13:40:12 UTC 2006
>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 at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
+ at dirrmtry %%SITE_PERL%%/Text
--- bastard.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list