From d7e2ac7a98c05f74a6f4438c428d240c010124ea Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 29 Oct 2023 21:09:29 +0100
Subject: [PATCH] rebuild groff

---
 components/text/groff/Makefile |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/text/groff/Makefile b/components/text/groff/Makefile
index 932cd45..8d2c8a7 100644
--- a/components/text/groff/Makefile
+++ b/components/text/groff/Makefile
@@ -24,11 +24,12 @@
 # Copyright (c) 2019, Michal Nowak
 #
 
+USE_DEFAULT_TEST_TRANSFORMS= yes
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		groff
 COMPONENT_VERSION=	1.23.0
-COMPONENT_REVISION=	1
+COMPONENT_REVISION=	2
 COMPONENT_SUMMARY=	GNU troff Text Formatting
 COMPONENT_PROJECT_URL=	https://www.gnu.org/software/groff/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -42,8 +43,6 @@
 
 COMPONENT_FMRI.groff-core =	$(COMPONENT_FMRI)/groff-core
 COMPONENT_SUMMARY.groff-core =	$(COMPONENT_SUMMARY) (core system components)
-
-USE_DEFAULT_TEST_TRANSFORMS = yes
 
 include $(WS_TOP)/make-rules/common.mk
 

--
Gitblit v1.9.3