X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=python%2FPkgfile;h=301623709bf1adfec7c880ce3ce8bee733275fb8;hb=6bb9f2626cfd53b253d679f6b8522da103642cef;hp=898ac846d7e58d32ced1be8e46b2a428cc24bd5d;hpb=e22d59c02c33c55d5448998eded1b6053e18715b;p=ports%2Fopt-arm.git diff --git a/python/Pkgfile b/python/Pkgfile index 898ac84..3016237 100644 --- a/python/Pkgfile +++ b/python/Pkgfile @@ -5,7 +5,7 @@ # Depends on: db gdbm openssl bzip2 zlib sqlite3 name=python -version=2.7.9 +version=2.7.13 release=1 source=(http://www.python.org/ftp/$name/$version/Python-$version.tar.xz \ pyconfig.h) @@ -17,7 +17,6 @@ build () { # our CFLAGS are used as well OPT="-Wall -Wstrict-prototypes -fwrapv" \ ./configure --prefix=/usr \ - --mandir=/usr/man \ --enable-shared \ --with-threads \ --enable-ipv6 @@ -26,7 +25,7 @@ build () { make -j1 DESTDIR=$PKG install # fix issue with man-page symlink - ln -sf python2.7.1 $PKG/usr/man/man1/python.1 + ln -sf python2.7.1 $PKG/usr/share/man/man1/python.1 ln -sf python2.7 $PKG/usr/bin/python ln -s python2.7 $PKG/usr/lib/python