diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-25 23:38:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-25 23:38:34 +0800 |
commit | fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045 (patch) | |
tree | 7006df7ca5e8a238ec3b19bf97f6319888268588 /devel | |
parent | b18c45d00f9c0fc0f9f1193b04114afc48329637 (diff) | |
download | freebsd-ports-gnome-fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045.tar.gz freebsd-ports-gnome-fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045.tar.zst freebsd-ports-gnome-fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045.zip |
Unbreak after PERL_CONFIGURE change.
Submitted by: bento
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Spec/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-File-Spec/files/patch-Makefile.PL | 14 | ||||
-rw-r--r-- | devel/p5-PathTools/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-PathTools/files/patch-Makefile.PL | 14 |
4 files changed, 28 insertions, 8 deletions
diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile index fd933a3c637b..1c828d9aad7f 100644 --- a/devel/p5-File-Spec/Makefile +++ b/devel/p5-File-Spec/Makefile @@ -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 \ diff --git a/devel/p5-File-Spec/files/patch-Makefile.PL b/devel/p5-File-Spec/files/patch-Makefile.PL new file mode 100644 index 000000000000..b692940511fb --- /dev/null +++ b/devel/p5-File-Spec/files/patch-Makefile.PL @@ -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', diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile index fd933a3c637b..1c828d9aad7f 100644 --- a/devel/p5-PathTools/Makefile +++ b/devel/p5-PathTools/Makefile @@ -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 \ diff --git a/devel/p5-PathTools/files/patch-Makefile.PL b/devel/p5-PathTools/files/patch-Makefile.PL new file mode 100644 index 000000000000..b692940511fb --- /dev/null +++ b/devel/p5-PathTools/files/patch-Makefile.PL @@ -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', |