mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix plist and the list of manpages.
PR: 50431 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
61cf47fa3f
commit
a57e87aad6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78004
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Email-Find
|
||||
PORTVERSION= 0.09
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Email
|
||||
|
@ -20,7 +21,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
|||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Email::Find.3
|
||||
MAN3= Email::Find.3 Email::Find::addrspec.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Email/Find.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Email/Find/addrspec.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Email/Find/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Email/Find
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Email/Find
|
||||
|
|
Loading…
Add table
Reference in a new issue