Date: Mon, 5 Jun 2023 18:51:28 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 45743a9af14b - main - www/ckeditor: Cosmetic change Message-ID: <202306051851.355IpSwx049857@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=45743a9af14b895391316ec236827174477d638b commit 45743a9af14b895391316ec236827174477d638b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:38:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:46:55 +0000 www/ckeditor: Cosmetic change --- www/ckeditor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/ckeditor/Makefile b/www/ckeditor/Makefile index 0b429916ebea..61efb4446954 100644 --- a/www/ckeditor/Makefile +++ b/www/ckeditor/Makefile @@ -2,7 +2,7 @@ PORTNAME= ckeditor PORTVERSION= 4.21.0 CATEGORIES= www MASTER_SITES= https://download.cksource.com/CKEditor/CKEditor/CKEditor%20${PORTVERSION}/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_full +DISTNAME= ckeditor_${PORTVERSION}_full MAINTAINER= sunpoet@FreeBSD.org COMMENT= WYSIWYG editor to be used inside web page @@ -17,7 +17,7 @@ USES= cpe zip NO_ARCH= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/ckeditor do-install: cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051851.355IpSwx049857>