summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-09-11 20:48:36 +0000
committersf <sf@FreeBSD.org>2001-09-11 20:48:36 +0000
commit9bedba5f7c2666a427b3694bf3766b63f976502a (patch)
tree84ce1f667ac54edbceac3496da82956ae71ac1e9 /devel
parentc18a9c637c8ea45db149acbd1967e781cda8438a (diff)
downloadFreeBSD-ports-9bedba5f7c2666a427b3694bf3766b63f976502a.zip
FreeBSD-ports-9bedba5f7c2666a427b3694bf3766b63f976502a.tar.gz
unbreak: fix install path.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-File-Spec/Makefile4
-rw-r--r--devel/p5-PathTools/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile
index 1c828d9..fd933a3 100644
--- a/devel/p5-File-Spec/Makefile
+++ b/devel/p5-File-Spec/Makefile
@@ -15,6 +15,10 @@ 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/Makefile b/devel/p5-PathTools/Makefile
index 1c828d9..fd933a3 100644
--- a/devel/p5-PathTools/Makefile
+++ b/devel/p5-PathTools/Makefile
@@ -15,6 +15,10 @@ 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 \
OpenPOWER on IntegriCloud