diff --git a/srcpkgs/trn/template b/srcpkgs/trn/template index 2a865889692..d6d36a196f4 100644 --- a/srcpkgs/trn/template +++ b/srcpkgs/trn/template @@ -1,7 +1,7 @@ # Template file for 'trn' pkgname=trn version=4.0test77 -revision=2 +revision=3 wrksrc=$pkgname-${version/test/-test} build_style=gnu-makefile hostmakedepends="groff bison" @@ -21,7 +21,7 @@ do_configure() { } do_install() { - make install \ + make ${makejobs} install CC="$CC" \ rnbin=${DESTDIR}/usr/bin \ rnlib=${DESTDIR}/usr/lib/trn \ inewsbin=${DESTDIR}/usr/bin \