git: 45743a9af14b - main - www/ckeditor: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:51:28 UTC
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}