mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix pkg-plist
- Bump PORTREVISION PR: 25933 Submitted by: MAINTAINER
This commit is contained in:
parent
5bf0fa96ef
commit
5ded881308
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40099
2 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= IO-String
|
||||
PORTVERSION= 1.01
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
|
@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
|
||||
MAINTAINER= johann@egenetics.com
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IO::String.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/IO/String.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/mach/auto/IO/String/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/IO/String
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/String/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/String
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IO 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue