1
0
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:
Jun Kuriyama 2003-03-09 04:20:35 +00:00
parent ace06b6cc5
commit 1094960818
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77071
4 changed files with 22 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= DBI
PORTVERSION= 1.34
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI

View 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);

View File

@ -7,6 +7,7 @@
PORTNAME= DBI
PORTVERSION= 1.34
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI

View 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);