diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-02 12:55:26 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-02 12:55:26 +0000 |
commit | f4c11f6c2c7f544e141d6d6ad334f571eb0272dc (patch) | |
tree | 94576cf979b5ab6194b56727adf119a8559fcd00 /databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL | |
parent | Update to 0.9.4. (diff) |
Update to 0.02
Use SITE_PERL, add WWW and a patch to generate man page
maintainer timeout (5 months)
PR: 51572
Submitted by: myself
Notes
Notes:
svn path=/head/; revision=90032
Diffstat (limited to 'databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL')
-rw-r--r-- | databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL b/databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL new file mode 100644 index 000000000000..e51c24a4f9dc --- /dev/null +++ b/databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Tue May 6 14:29:54 2003 ++++ Makefile.PL Tue May 6 14:31:57 2003 +@@ -5,6 +5,9 @@ + 'NAME' => 'Apache::DBILogConfig', + 'VERSION_FROM' => 'DBILogConfig.pm', # finds $VERSION ++ 'MAN3PODS' => { ++ 'DBILogConfig.pm' => '$(INST_MAN3DIR)/Apache::DBILogConfig.$(MAN3EXT)' ++ }, + 'dist' => { + COMPRESS=> 'gzip -9f', SUFFIX=>'gz', + PREOP => 'pod2text DBILogConfig.pm > README', |