ports/opt (2.3): netpbm: changed tarball mirror
commit 2aeef1ad04700c16a98fa50c4995ec7bb6efd474 Author: Antti Nykanen <aon@iki.fi> Date: Sun Apr 29 20:29:16 2007 +0300 netpbm: changed tarball mirror While there, dropped a few unnecessary variable expansions. diff --git a/netpbm/Pkgfile b/netpbm/Pkgfile index 6b98621..4266b03 100644 --- a/netpbm/Pkgfile +++ b/netpbm/Pkgfile @@ -6,15 +6,15 @@ name=netpbm version=10.35.26 release=2 -source=(http://ptoplus.net/~anttinyk/files/$name-$version.tar.gz +source=(http://aon.iki.fi/files/netpbm/netpbm-$version.tar.gz Makefile.config) build() { - cd $name-$version + cd netpbm-$version sed -e "s|#CFLAGS#|$CFLAGS|" $SRC/Makefile.config > Makefile.config make -j1 make pkgdir=$PKG/usr package mkdir $PKG/usr/share - mv $PKG/usr/misc $PKG/usr/share/$name + mv $PKG/usr/misc $PKG/usr/share/netpbm rm -rf $PKG/usr/{README,VERSION,link,man,config_template,pkginfo,bin/doc.url} }
participants (1)
-
crux@crux.nu