git: 5aba2a60b8b0 - main - textproc/rubygem-kramdown: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:04:43 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5aba2a60b8b0cafe669725db2939032bf082ea3c

commit 5aba2a60b8b0cafe669725db2939032bf082ea3c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:13:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:58:01 +0000

    textproc/rubygem-kramdown: Cosmetic change
---
 textproc/rubygem-kramdown/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/rubygem-kramdown/Makefile b/textproc/rubygem-kramdown/Makefile
index 49f7a48e4c89..2f16434a6a0b 100644
--- a/textproc/rubygem-kramdown/Makefile
+++ b/textproc/rubygem-kramdown/Makefile
@@ -14,11 +14,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	rubygem-rexml>=0:textproc/rubygem-rexml
 
 USES=		cpe gem
-CPE_VENDOR=	${PORTNAME}_project
 USE_RUBY=	yes
 
 NO_ARCH=	yes
 
 PLIST_FILES=	bin/kramdown
 
+CPE_VENDOR=	kramdown_project
+
 .include <bsd.port.mk>