mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix install bug. Maintainer's domain is dead in H20.
Reviewed By: lioux
This commit is contained in:
parent
b24a852cb9
commit
f8fe36a5ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65192
1 changed files with 11 additions and 0 deletions
11
devel/p5-Test-Simple/files/patch-Makefile.PL
Normal file
11
devel/p5-Test-Simple/files/patch-Makefile.PL
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- Makefile.PL~ Mon Aug 26 06:53:00 2002
|
||||||
|
+++ Makefile.PL Wed Aug 28 11:15:58 2002
|
||||||
|
@@ -37,7 +37,7 @@
|
||||||
|
File::Spec => 0.6,
|
||||||
|
},
|
||||||
|
# Added to the core somewhere around 5.7.2.
|
||||||
|
- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site'
|
||||||
|
+ INSTALLDIRS => 'site'
|
||||||
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue