diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index 0aa5d99037e1..1c14c8956be2 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -1,26 +1,27 @@ PORTNAME= libthai DISTVERSION= 0.1.29 CATEGORIES= devel -MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ +MASTER_SITES= https://github.com/tlwg/${PORTNAME}/releases/download/v${DISTVERSION}/ \ + https://linux.thai.net/pub/thailinux/software/libthai/ MAINTAINER= ports@FreeBSD.org COMMENT= Thai language support library WWW= https://linux.thai.net/projects/libthai/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdatrie.so:devel/libdatrie USES= gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_ENABLE= doxygen-doc .include