summaryrefslogtreecommitdiff
path: root/databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
commit2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch)
tree3d7591c78a947273efae6c582aacdca524e69528 /databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL
parent- Move all the fetching into fetch phase (diff)
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 ) with hat apache@
Notes
Notes: svn path=/head/; revision=288378
Diffstat (limited to 'databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL')
-rw-r--r--databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL b/databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL
deleted file mode 100644
index e51c24a4f9dc..000000000000
--- a/databases/p5-ApacheDBILogConfig/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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',