app-text/groff-utf8: make pkgcheck happy

This commit is contained in:
gouwazi 2025-02-22 20:15:05 +08:00 committed by peeweep
parent 150da4a035
commit a533149a04

View File

@ -7,14 +7,14 @@ DESCRIPTION="GNU groff wrapper allowing UTF-8 input"
HOMEPAGE="http://www.haible.de/bruno/packages-groff-utf8.html"
SRC_URI="http://www.haible.de/bruno/gnu/${PN}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND=">=sys-apps/groff-1.18.1"
S="${WORKDIR}/${PN}"
src_prepare() {
default
sed -i -e '/^CFLAGS/d' Makefile || die