Unbreak after PERL_CONFIGURE change.
Submitted by: bento
This commit is contained in:
parent
6dab917362
commit
57a05662e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58114
5 changed files with 42 additions and 8 deletions
|
@ -15,10 +15,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= dburr@FreeBSD.ORG
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MODULE_PREFIX= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
||||
CONFIGURE_ARGS+=\
|
||||
INSTALLPRIVLIB=${MODULE_PREFIX} \
|
||||
INSTALLARCHLIB=${MODULE_PREFIX}/${PERL_ARCH}
|
||||
|
||||
MAN3= File::Spec.3 \
|
||||
File::Spec::Functions.3 \
|
||||
|
|
14
devel/p5-File-Spec/files/patch-Makefile.PL
Normal file
14
devel/p5-File-Spec/files/patch-Makefile.PL
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.PL.orig Sun Jun 25 19:02:43 2000
|
||||
+++ Makefile.PL Thu Apr 25 15:20:32 2002
|
||||
@@ -7,7 +7,7 @@
|
||||
'LIBS' => [''], # e.g., '-lm'
|
||||
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
|
||||
'INC' => '', # e.g., '-I/usr/include/other'
|
||||
- 'INSTALLDIRS' => 'perl', # 'perl' makes it replace std modules
|
||||
+# 'INSTALLDIRS' => 'perl', # 'perl' makes it replace std modules
|
||||
# 'PM' => {'Spec.pm' => '$(INST_LIBDIR)/File/Spec.pm',
|
||||
# 'OS2.pm' => '$(INST_LIBDIR)/File/Spec/OS2.pm',
|
||||
# 'Win32.pm' => '$(INST_LIBDIR)/File/Spec/Win32.pm',
|
|
@ -15,10 +15,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= dburr@FreeBSD.ORG
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MODULE_PREFIX= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
||||
CONFIGURE_ARGS+=\
|
||||
INSTALLPRIVLIB=${MODULE_PREFIX} \
|
||||
INSTALLARCHLIB=${MODULE_PREFIX}/${PERL_ARCH}
|
||||
|
||||
MAN3= File::Spec.3 \
|
||||
File::Spec::Functions.3 \
|
||||
|
|
14
devel/p5-PathTools/files/patch-Makefile.PL
Normal file
14
devel/p5-PathTools/files/patch-Makefile.PL
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.PL.orig Sun Jun 25 19:02:43 2000
|
||||
+++ Makefile.PL Thu Apr 25 15:20:32 2002
|
||||
@@ -7,7 +7,7 @@
|
||||
'LIBS' => [''], # e.g., '-lm'
|
||||
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
|
||||
'INC' => '', # e.g., '-I/usr/include/other'
|
||||
- 'INSTALLDIRS' => 'perl', # 'perl' makes it replace std modules
|
||||
+# 'INSTALLDIRS' => 'perl', # 'perl' makes it replace std modules
|
||||
# 'PM' => {'Spec.pm' => '$(INST_LIBDIR)/File/Spec.pm',
|
||||
# 'OS2.pm' => '$(INST_LIBDIR)/File/Spec/OS2.pm',
|
||||
# 'Win32.pm' => '$(INST_LIBDIR)/File/Spec/Win32.pm',
|
14
x11-toolkits/p5-Prima/files/patch-Makefile.PL
Normal file
14
x11-toolkits/p5-Prima/files/patch-Makefile.PL
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.PL 2002/04/25 08:17:07 1.1
|
||||
+++ Makefile.PL 2002/04/25 08:17:56
|
||||
@@ -70,6 +70,8 @@
|
||||
$DISTNAME
|
||||
$WANTNOCODECS
|
||||
$DEBUG
|
||||
+ $INSTALLPRIVLIB
|
||||
+ $INSTALLARCHLIB
|
||||
);
|
||||
|
||||
use vars @path_expand_ovvars = qw(
|
Loading…
Reference in a new issue