diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-21 07:43:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-21 07:43:50 +0000 |
commit | 69869c38473d655db0d363973b1b526d7f1bda7d (patch) | |
tree | e09f114ff688e0ffde7bcc2dccf4782f1233ce2f /databases | |
parent | 230925b804f397d4e7ffffaddf3b83b29dcce588 (diff) | |
download | pkgsrc-69869c38473d655db0d363973b1b526d7f1bda7d.tar.gz |
Don't build the man3 pages, as they get installed into ${PREFIX}/man/man0
when using perl58.
XXX This is probably not the right fix. Longer term, we will want to
XXX modify the ExtUtils/MakeMaker module to properly handle not wanting
XXX to install man pages.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Sybase/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-DBD-Sybase/patches/patch-aa | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/databases/p5-DBD-Sybase/distinfo b/databases/p5-DBD-Sybase/distinfo index b093326c879..a6c519ef8ba 100644 --- a/databases/p5-DBD-Sybase/distinfo +++ b/databases/p5-DBD-Sybase/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/07/02 23:57:21 hubertf Exp $ +$NetBSD: distinfo,v 1.4 2002/09/21 07:43:50 jlam Exp $ SHA1 (DBD-Sybase-0.94.tar.gz) = e11d85b31751253a0da3ccee5336504b1edc59de Size (DBD-Sybase-0.94.tar.gz) = 98551 bytes +SHA1 (patch-aa) = 602a87a00c60fd7230463239815d91991a94efc1 diff --git a/databases/p5-DBD-Sybase/patches/patch-aa b/databases/p5-DBD-Sybase/patches/patch-aa new file mode 100644 index 00000000000..98e73da140c --- /dev/null +++ b/databases/p5-DBD-Sybase/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2002/09/21 07:43:51 jlam Exp $ + +--- Makefile.PL.orig Tue Nov 20 13:04:06 2001 ++++ Makefile.PL +@@ -39,9 +39,6 @@ WriteMakefile('NAME' => 'DBD::Sy + 'LDDLFLAGS' => $lddlflags, + 'LDFLAGS' => $ldflags, + LINKTYPE => $LINKTYPE, +- ($^O eq 'VMS' ? +- (MAN3PODS => { 'Sybase.pm' => 'blib/man3/DBD_Sybase.3' }) : +- (MAN3PODS => { 'Sybase.pm' => 'blib/man3/DBD::Sybase.3' })), + ($] >= 5.005 ? + (ABSTRACT => 'DBI driver for Sybase datasources', + AUTHOR => 'Michael Peppler (mpeppler@peppler.org)') : ()), |