1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Install files in proper place when using perl 5.8.

Approved by:	maintainer
This commit is contained in:
Dmitry Sivachenko 2003-07-15 14:03:56 +00:00
parent ba91d98cc8
commit 63098d4f9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84920

View File

@ -0,0 +1,10 @@
--- Makefile.PL.orig Tue Jul 15 14:46:36 2003
+++ Makefile.PL Tue Jul 15 14:46:45 2003
@@ -15,7 +15,6 @@ if ($^O eq 'VMS') {
}
}
-push(@extra, 'INSTALLDIRS' => 'perl') if $] >= 5.008;
WriteMakefile(
'NAME' => 'Digest::MD5',