diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-04-10 22:36:58 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-04-10 22:36:58 +0200 |
commit | 51524eaaec52c4b41b3d078b11a965bb0c6d28ea (patch) | |
tree | d94682edc7d61e6040ef84c9818e1fe9569938ce /base/p5-yaml-syck/Pkgfile | |
parent | 515a05c3a2e5e962887f97f69ec2861e6b170247 (diff) | |
download | nutyx-extra-51524eaaec52c4b41b3d078b11a965bb0c6d28ea.tar.gz nutyx-extra-51524eaaec52c4b41b3d078b11a965bb0c6d28ea.tar.bz2 nutyx-extra-51524eaaec52c4b41b3d078b11a965bb0c6d28ea.tar.xz nutyx-extra-51524eaaec52c4b41b3d078b11a965bb0c6d28ea.zip |
p5-yaml-syck, correction port
Diffstat (limited to 'base/p5-yaml-syck/Pkgfile')
-rw-r--r-- | base/p5-yaml-syck/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/p5-yaml-syck/Pkgfile b/base/p5-yaml-syck/Pkgfile index 5b88a2b38..5bd50a71a 100644 --- a/base/p5-yaml-syck/Pkgfile +++ b/base/p5-yaml-syck/Pkgfile @@ -7,12 +7,12 @@ name=p5-yaml-syck version=1.17 -release=1 +release=2 source=(http://www.cpan.org/authors/id/A/AV/AVAR/YAML-Syck-$version.tar.gz ) build() { cd YAML-Syck-$version - perl Makefile.PL INSTALLDIRS=vendor + perl Makefile.PL make make install DESTDIR=$PKG |