mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Grr. I badly broke this port's installation.
Fix in a klugy sort of way untill I can revisit.
This commit is contained in:
parent
569ae062b4
commit
619c121d3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46195
@ -15,12 +15,16 @@ MAINTAINER= markm@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/CSV.pm:${PORTSDIR}/devel/p5-Text-CSV
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/CSV.pm:${PORTSDIR}/devel/p5-Text-CSV
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= CCCheck.3
|
||||
MAN3= CCCheck.3 \
|
||||
DataCash::External.3
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
post-extract:
|
||||
find ${WRKSRC} -type f -exec perl -spi -e 's/\r//g' {} ';'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
20
misc/p5-DataCash/files/patch-Makefile.PL
Normal file
20
misc/p5-DataCash/files/patch-Makefile.PL
Normal file
@ -0,0 +1,20 @@
|
||||
--- Makefile.PL.orig Mon Aug 13 15:03:10 2001
|
||||
+++ Makefile.PL Mon Aug 13 15:07:05 2001
|
||||
@@ -52,12 +52,12 @@
|
||||
}
|
||||
|
||||
WriteMakefile(
|
||||
- 'NAME' => 'DataCash::External',
|
||||
+ 'NAME' => 'External',
|
||||
'VERSION_FROM' => 'DataCash/External.pm',
|
||||
'PREREQ_PM' => $deps,
|
||||
- 'dist' => {
|
||||
- COMPRESS => 'gzip',
|
||||
- SUFFIX => 'gz',
|
||||
- },
|
||||
+ 'PM' => { 'DataCash/External.pm' => '$(INST_LIBDIR)/DataCash/External.pm',
|
||||
+ 'datacash.pl' => '$(INST_LIBDIR)/DataCash/datacash.pl',
|
||||
+ 'File/KGlob.pm' => '$(INST_LIBDIR)/File/KGlob.pm',
|
||||
+ 'File/KGlob2RE.pm' => '$(INST_LIBDIR)/File/KGlob2RE.pm' }
|
||||
);
|
||||
|
@ -1,9 +1,12 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DataCash/External/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/External/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CCCheck.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CCCheck/visa.db
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CCCheck/mastercard.db
|
||||
lib/perl5/site_perl/%%PERL_VER%%/DataCash/External.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/DataCash/datacash.pl
|
||||
@dirrm lib/perl5/site_perl/5.6.0/mach/auto/DataCash/External
|
||||
@dirrm lib/perl5/site_perl/5.6.0/mach/auto/DataCash
|
||||
@dirrm lib/perl5/site_perl/5.6.0/CCCheck
|
||||
@dirrm lib/perl5/site_perl/5.6.0/DataCash
|
||||
lib/perl5/site_perl/%%PERL_VER%%/File/KGlob.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/File/KGlob2RE.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/External
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CCCheck
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/DataCash
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/File
|
||||
|
Loading…
Reference in New Issue
Block a user