Index: head/textproc/uchardet/Makefile =================================================================== --- head/textproc/uchardet/Makefile (revision 423238) +++ head/textproc/uchardet/Makefile (revision 423239) @@ -1,22 +1,20 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= uchardet PORTVERSION= 0.0.1 CATEGORIES= textproc -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ MAINTAINER= yuri@rawbw.com COMMENT= Universal charset detection library by Mozilla LICENSE= MPL - -BROKEN= Unfetchable (google code has gone away) USES= cmake USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} 's|_SHARE|_PREFIX|' ${WRKSRC}/doc/CMakeLists.txt .include