Author: tilman Date: 2006-08-20 14:26:57 +0200 (Sun, 20 Aug 2006) New Revision: 1743 Modified: crux-2.2/ports/core/findutils/.md5sum crux-2.2/ports/core/findutils/Pkgfile Log: findutils: updated to 4.2.28 Modified: crux-2.2/ports/core/findutils/.md5sum =================================================================== --- crux-2.2/ports/core/findutils/.md5sum 2006-08-20 11:20:31 UTC (rev 1742) +++ crux-2.2/ports/core/findutils/.md5sum 2006-08-20 12:26:57 UTC (rev 1743) @@ -1 +1 @@ -f1e0ddf09f28f8102ff3b90f3b5bc920 findutils-4.2.27.tar.gz +f5fb3349354ee3d94fceb81dab5c71fd findutils-4.2.28.tar.gz Modified: crux-2.2/ports/core/findutils/Pkgfile =================================================================== --- crux-2.2/ports/core/findutils/Pkgfile 2006-08-20 11:20:31 UTC (rev 1742) +++ crux-2.2/ports/core/findutils/Pkgfile 2006-08-20 12:26:57 UTC (rev 1743) @@ -3,18 +3,18 @@ # Maintainer: Per Lid�n, core-ports at crux dot nu name=findutils -version=4.2.27 +version=4.2.28 release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ - --disable-nls + --disable-nls --mandir=/usr/man make make DESTDIR=$PKG install rm -rf $PKG/usr/bin/{updatedb,locate} \ $PKG/usr/man/man1/{updatedb.1,locate.1} \ $PKG/usr/man/man5 $PKG/usr/libexec \ - $PKG/usr/info $PKG/usr/var + $PKG/usr/share $PKG/usr/var }
participants (1)
-
crux@crux.nu