From c464086e7b144a7d7f1083570757ee4448d76489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 25 Dec 2023 12:45:04 +0700 Subject: [PATCH] libedit: fix man-pages Close: #47901 --- srcpkgs/libedit/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libedit/template b/srcpkgs/libedit/template index 96f4b0cf54e..b3e1d646769 100644 --- a/srcpkgs/libedit/template +++ b/srcpkgs/libedit/template @@ -1,8 +1,11 @@ # Template file for 'libedit' pkgname=libedit version=20230828.3.1 -revision=1 +revision=2 build_style=gnu-configure +# only check if man support nroff format +# all of our man supports nroff +configure_args="ac_cv_path_NROFF=/bin/true" makedepends="ncurses-devel" short_desc="Port of the NetBSD Command Line Editor Library" maintainer="Orphaned "