diff --git a/srcpkgs/xbps-static-git/template b/srcpkgs/xbps-static-git/template index 44f4cd5a5bb..23a2198af2f 100644 --- a/srcpkgs/xbps-static-git/template +++ b/srcpkgs/xbps-static-git/template @@ -2,7 +2,7 @@ # # NOTE: keep this package synchronized with "srcpkgs/xbps-git". pkgname=xbps-static-git -version=20140714 +version=20140915 revision=1 short_desc="The XBPS package system (development branch) - static bins" maintainer="Juan RP " @@ -30,11 +30,9 @@ do_fetch() { do_configure() { HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-debug --enable-static } - do_build() { make ${makejobs} } - do_install() { make DESTDIR=${wrksrc}/static-install install vmkdir usr/sbin