ports/core (2.4): coreutils: cleanup
commit 4fecd84973805273ac1f67503ee5c0816d70f680 Author: Juergen Daubert <jue@jue.li> Date: Fri Apr 25 10:16:55 2008 +0200 coreutils: cleanup diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index 347839e..1ca4069 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -18,13 +18,12 @@ build() { --mandir=/usr/man \ --disable-nls \ --disable-assert \ - --enable-no-install-program=uptime,kill,mktemp,chcon,runcon + --enable-no-install-program=uptime,kill,mktemp,chcon,runcon,groups make make DESTDIR=$PKG install mkdir $PKG/bin mv $PKG/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo,false,ln,ls,mkdir,sleep} $PKG/bin mv $PKG/usr/bin/{mknod,mv,pwd,readlink,rm,rmdir,stty,sync,touch,true,uname} $PKG/bin - rm $PKG/usr/bin/groups $PKG/usr/man/man1/groups.1 rm -r $PKG/usr/share }
participants (1)
-
crux@crux.nu