tmpl_vars.sh: add KERNEL_SITE var and use it.

--HG--
extra : convert_revision : 19ca0740561716ef2adde93213fd64d4e280caec
This commit is contained in:
Juan RP 2009-04-19 00:31:39 +02:00
parent 3ccdc3d217
commit d013286604
16 changed files with 16 additions and 23 deletions

View file

@ -1,8 +1,7 @@
# Template file for 'man-pages'
pkgname=man-pages
version=3.20
distfiles="
http://www.kernel.org/pub/linux/docs/manpages/Archive/$pkgname-$version.tar.bz2"
distfiles="${KERNEL_SITE}/docs/manpages/Archive/$pkgname-$version.tar.bz2"
build_style=only-install
make_install_target="all prefix=$XBPS_DESTDIR/$pkgname-$version/usr"
short_desc="Linux Documentation Project manual pages"