From 16b5971c563a88ae0324b1baa1c882a9f5dd1c8c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Nov 2014 09:21:34 +0100 Subject: [PATCH] groff: update to 1.22.3. --- srcpkgs/groff/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/groff/template b/srcpkgs/groff/template index 33d2d36d525..974a767b289 100644 --- a/srcpkgs/groff/template +++ b/srcpkgs/groff/template @@ -1,7 +1,7 @@ # Template file for 'groff' pkgname=groff -version=1.22.2 -revision=2 +version=1.22.3 +revision=1 hostmakedepends="perl bison" makedepends="zlib-devel" short_desc="The GNU troff text-formatting system" @@ -9,7 +9,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.gnu.org/software/groff/groff.html" distfiles="http://ftp.gnu.org/gnu/groff/groff-${version}.tar.gz" -checksum=380864dac4772e0c0d7b1282d25d0c5fd7f63baf45c87c4657afed22a13d2076 +checksum=3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6d828a5 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" groff" @@ -28,7 +28,6 @@ do_configure() { fi ./configure ${configure_args} --without-x --disable-rpath } - do_build() { if [ "$CROSS_BUILD" ]; then make TROFFBIN=troff GROFFBIN=groff GROFF_BIN_PATH= @@ -36,7 +35,6 @@ do_build() { make fi } - do_install() { make DESTDIR=${DESTDIR} install