mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix breakage of plist at 4.x environment.
Approved by: portmgr (kris)
This commit is contained in:
parent
ace06b6cc5
commit
1094960818
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77071
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= DBI
|
||||
PORTVERSION= 1.34
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBI
|
||||
|
10
databases/p5-DBI-137/files/patch-Makefile.PL
Normal file
10
databases/p5-DBI-137/files/patch-Makefile.PL
Normal file
@ -0,0 +1,10 @@
|
||||
--- Makefile.PL.orig Sat Mar 1 02:50:24 2003
|
||||
+++ Makefile.PL Sun Mar 9 13:02:08 2003
|
||||
@@ -23,7 +23,6 @@
|
||||
**************************************************************************
|
||||
};
|
||||
sleep 3;
|
||||
- my $pause = <>;
|
||||
}
|
||||
|
||||
use ExtUtils::MakeMaker 5.16, qw(WriteMakefile $Verbose);
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= DBI
|
||||
PORTVERSION= 1.34
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBI
|
||||
|
10
databases/p5-DBI/files/patch-Makefile.PL
Normal file
10
databases/p5-DBI/files/patch-Makefile.PL
Normal file
@ -0,0 +1,10 @@
|
||||
--- Makefile.PL.orig Sat Mar 1 02:50:24 2003
|
||||
+++ Makefile.PL Sun Mar 9 13:02:08 2003
|
||||
@@ -23,7 +23,6 @@
|
||||
**************************************************************************
|
||||
};
|
||||
sleep 3;
|
||||
- my $pause = <>;
|
||||
}
|
||||
|
||||
use ExtUtils::MakeMaker 5.16, qw(WriteMakefile $Verbose);
|
Loading…
Reference in New Issue
Block a user