Correct plist and manpages (add a missing entry and don't remove files
we didn't install)
This commit is contained in:
parent
519d70760c
commit
4d4031e5c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107343
2 changed files with 3 additions and 4 deletions
|
@ -25,7 +25,7 @@ BUILD_DEPENDS= ${PERLBASE}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN
|
|||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Convert::PEM.3 Convert::PEM::CBC.3 Crypt::DES_EDE3.3
|
||||
MAN3= Convert::PEM.3 Convert::PEM::CBC.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
%%SITE_PERL%%/Convert/PEM/CBC.pm
|
||||
%%SITE_PERL%%/Convert/PEM.pm
|
||||
%%SITE_PERL%%/Crypt/DES_EDE3.pm
|
||||
%%SITE_PERL%%/Convert/PEM/CBC.pm
|
||||
%%SITE_PERL%%/Convert/PEM/ErrorHandler.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/PEM/.packlist
|
||||
@dirrm %%SITE_PERL%%/Convert/PEM
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/PEM
|
||||
@unexec rmdir %D/lib/perl5/site_perl/5.005/Crypt || true
|
||||
|
|
Loading…
Reference in a new issue