perl: define -Dvendorprefix

This commit is contained in:
Juergen Daubert 2017-06-14 18:41:36 +02:00
parent 4fae30ffbd
commit 0413c305c4
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqhgF+AdEKsnwpa3TUNod3Eh77m9ggsfQxXqOgAgT4pucq4c+XnDA7HJkWgb1YCl0XPR1ulCzx5S1vtkjh4pYPgU=
SHA256 (Pkgfile) = 184b22aa828947914b8830889106e143f05f016843398a8ba23ed7cdebc6f5e9
RWRJc1FUaeVeqvWSWT5PRmFIcye+GHH22uE899F8Dz2Q9bYIfIjnkihYVQZpxjRsf7ptR2Cs04N7I/pv5yi8qLGWiUdhqP4COwE=
SHA256 (Pkgfile) = 11d05bee7acf4c028c3926afbbcf107f44a8f696d95fca1d8cfcc0ff844dd964
SHA256 (.footprint) = b17cf74058be2b3ec8533c3818cff0a75af302de968093dcd5192171f01e492d
SHA256 (perl-5.24.1.tar.xz) = 03a77bac4505c270f1890ece75afc7d4b555090b41aa41ea478747e23b2afb3f

View File

@ -5,7 +5,7 @@
name=perl
version=5.24.1
release=1
release=2
source=(http://www.cpan.org/src/5.0/$name-$version.tar.xz)
build() {
@ -13,6 +13,7 @@ build() {
./Configure -des \
-Dprefix=/usr \
-Dvendorprefix=/usr \
-Dprivlib=/usr/lib/perl5/${version%.*} \
-Dsitelib=/usr/lib/perl5/site_perl/${version%.*} \
-Dvendorlib=/usr/lib/perl5/site_perl/${version%.*} \