Date: Thu, 30 Sep 2021 15:15:00 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ac18c55be081 - main - textproc/libmwaw03: Add CPE information Message-ID: <202109301515.18UFF0N2046818@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac18c55be081fa4dcd29974be9c92524b601743a commit ac18c55be081fa4dcd29974be9c92524b601743a Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-30 14:39:12 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-30 15:14:12 +0000 textproc/libmwaw03: Add CPE information Approved by: portmgr (blanket) --- textproc/libmwaw03/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/libmwaw03/Makefile b/textproc/libmwaw03/Makefile index b796771cfba8..610fda4c1146 100644 --- a/textproc/libmwaw03/Makefile +++ b/textproc/libmwaw03/Makefile @@ -16,8 +16,10 @@ CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib cpe libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip +CPE_VENDOR= libmwaw_project + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109301515.18UFF0N2046818>