use https://scm.osdn.net/gitroot/kde/Katie.git to clone the Katie source for the FreeBSD package

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-05-20 02:24:43 +03:00
parent fb615cbf3e
commit e41a5b0f69

View file

@ -35,6 +35,6 @@ NLS_CMAKE_OFF = -DWITH_GETTEXTPO=FALSE
do-extract:
@rm -vrf ${WRKSRC}
@git clone --depth=1 git://git.osdn.net/gitroot/kde/Katie.git ${WRKSRC}
@git clone --depth=1 https://scm.osdn.net/gitroot/kde/Katie.git ${WRKSRC}
.include <bsd.port.mk>