ports/core (2.4): automake: update to 1.10.1
commit 2f35af48e6cd3564c3df8f2b9562d8c1a8bf7487 Author: Juergen Daubert <jue@jue.li> Date: Wed Jan 23 11:30:26 2008 +0100 automake: update to 1.10.1 diff --git a/automake/.md5sum b/automake/.md5sum index 3df5492..fc77d2c 100644 --- a/automake/.md5sum +++ b/automake/.md5sum @@ -1 +1 @@ -0e2e0f757f9e1e89b66033905860fded automake-1.10.tar.bz2 +4510391e6b3edaa4cffb3ced87c9560c automake-1.10.1.tar.bz2 diff --git a/automake/Pkgfile b/automake/Pkgfile index 5bd6be4..d02e9a4 100644 --- a/automake/Pkgfile +++ b/automake/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gawk, perl, autoconf name=automake -version=1.10 +version=1.10.1 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) @@ -13,7 +13,7 @@ build () { ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -rf $PKG/usr/bin/{automake-*,aclocal-*} \ - $PKG/usr/share/{info,doc} \ - $PKG/usr/share/automake-*/texinfo.tex + rm -r $PKG/usr/bin/{automake-*,aclocal-*} \ + $PKG/usr/share/{info,doc} \ + $PKG/usr/share/automake-*/texinfo.tex }
participants (1)
-
crux@crux.nu