summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-28 13:58:52 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-28 13:58:52 +0000
commit0e37be244fcfe484385dc0b82589131ce63b0f28 (patch)
treeb2240bf8c6ee771920a3711045050f2917b94d32 /devel
parentMake sure the port can find all libraries even if LOCALBASE isn't (diff)
- Fixed man page installation on perl 5.6.1
PR: 57314 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=89683
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Config-Auto/Makefile1
-rw-r--r--devel/p5-Config-Auto/files/patch-Makefile.PL12
2 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Config-Auto/Makefile b/devel/p5-Config-Auto/Makefile
index 903d501dfb53..e65605060878 100644
--- a/devel/p5-Config-Auto/Makefile
+++ b/devel/p5-Config-Auto/Makefile
@@ -6,6 +6,7 @@
PORTNAME= Config-Auto
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
diff --git a/devel/p5-Config-Auto/files/patch-Makefile.PL b/devel/p5-Config-Auto/files/patch-Makefile.PL
new file mode 100644
index 000000000000..1f2bac930ac3
--- /dev/null
+++ b/devel/p5-Config-Auto/files/patch-Makefile.PL
@@ -0,0 +1,12 @@
+--- Makefile.PL.orig Sun Sep 28 13:41:23 2003
++++ Makefile.PL Sun Sep 28 13:42:32 2003
+@@ -29,4 +29,9 @@
+ AUTHOR => 'Jos I. Boumans <kane@cpan.org>')
+ : ()
+ ),
++
++ 'MAN3PODS' => {
++ 'lib/Config/Auto.pm' => '$(INST_MAN3DIR)/Config::Auto.$(MAN3EXT)',
++ },
++
+ );