git: f740447c3164 - main - devel/gettext: Remove CPE information for metaport
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Oct 2021 09:36:37 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=f740447c31647fc9a98085330ddbce94868acff6 commit f740447c31647fc9a98085330ddbce94868acff6 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-18 09:33:54 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-18 09:36:19 +0000 devel/gettext: Remove CPE information for metaport --- devel/gettext/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 06342ba4152b..24f84f4a8ebe 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -9,8 +9,6 @@ COMMENT= GNU gettext meta package .include "${.CURDIR}/../gettext/Makefile.common" -USES= cpe gettext-runtime:run gettext-tools:run metaport - -CPE_VENDOR= gnu +USES= gettext-runtime:run gettext-tools:run metaport .include <bsd.port.mk>