diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-25 15:38:34 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-25 15:38:34 +0000 |
commit | fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045 (patch) | |
tree | 7006df7ca5e8a238ec3b19bf97f6319888268588 /devel/p5-File-Spec | |
parent | b18c45d00f9c0fc0f9f1193b04114afc48329637 (diff) | |
download | FreeBSD-ports-fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045.zip FreeBSD-ports-fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045.tar.gz |
Unbreak after PERL_CONFIGURE change.
Submitted by: bento
Diffstat (limited to 'devel/p5-File-Spec')
-rw-r--r-- | devel/p5-File-Spec/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-File-Spec/files/patch-Makefile.PL | 14 |
2 files changed, 14 insertions, 4 deletions
diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile index fd933a3..1c828d9 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 0000000..b692940 --- /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', |