diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-03-09 04:20:35 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-03-09 04:20:35 +0000 |
commit | 1094960818838cadeba08b81bcc81be7cd347e43 (patch) | |
tree | 25af1151060994730bbbcf7d1d154f055e5b18ac /databases/p5-DBI | |
parent | Replace the bzip dependency with bzip2. This will allow GNOME 2 to show up (diff) |
Fix breakage of plist at 4.x environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=77071
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBI/files/patch-Makefile.PL | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 50f28c237427..deef08f41545 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBI PORTVERSION= 1.34 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI diff --git a/databases/p5-DBI/files/patch-Makefile.PL b/databases/p5-DBI/files/patch-Makefile.PL new file mode 100644 index 000000000000..545383eb83aa --- /dev/null +++ b/databases/p5-DBI/files/patch-Makefile.PL @@ -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); |