diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-25 15:38:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-25 15:38:34 +0000 |
commit | 57a05662e91e75eecd651798bac40bbf4c15da47 (patch) | |
tree | 1548c5657ae7a1c14ace0f5123edd8c128d6e860 /devel/p5-File-Spec | |
parent | 6dab917362617c6e081d981fa3874f5410784b30 (diff) | |
download | ports-57a05662e91e75eecd651798bac40bbf4c15da47.tar.gz ports-57a05662e91e75eecd651798bac40bbf4c15da47.zip |
Notes
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 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', |