git: 312c3df64b87 - main - devel/icu: Update WWW

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 17 Feb 2025 20:55:03 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=312c3df64b879c24fafa08ddfcef40b3069be399

commit 312c3df64b879c24fafa08ddfcef40b3069be399
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-17 20:51:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-17 20:51:26 +0000

    devel/icu: Update WWW
---
 devel/icu/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/devel/icu/Makefile b/devel/icu/Makefile
index 56f3c78c2335..e3b4960e7d7a 100644
--- a/devel/icu/Makefile
+++ b/devel/icu/Makefile
@@ -8,7 +8,8 @@ DISTNAME=	icu4c-${DISTVERSION}-src
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT?=	International Components for Unicode (from IBM)
-WWW=		https://icu.unicode.org/
+WWW=		https://icu.unicode.org/ \
+		https://github.com/unicode-org/icu
 
 LICENSE=	ICU
 LICENSE_NAME=	ICU license
@@ -34,7 +35,7 @@ WRKSRC=		${WRKDIR}/icu/source
 ICUMAJOR=	${PORTVERSION:C/\..*//}
 PLIST_SUB+=	ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION:C/r.?/1/}
 
-.ifndef PKGNAMESUFFIX
+.if !defined(PKGNAMESUFFIX)
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \
 		${STAGEDIR}${PREFIX}/bin/*conv \
@@ -46,6 +47,6 @@ post-install:
 # Filename varies by endianness: icudt<major>b.dat vs. icudt<major>l.dat
 	@(cd ${STAGEDIR}${PREFIX} && ${ECHO_CMD} \
 		${DATADIR_REL}/${PORTVERSION:C/r.?/1/}/icudt*.dat >>${TMPPLIST})
-.endif # PKGNAMESUFFIX
+.endif # !defined(PKGNAMESUFFIX)
 
 .include <bsd.port.mk>