diff options
-rw-r--r-- | textproc/uchardet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/uchardet/Makefile b/textproc/uchardet/Makefile index b1b4647091b6..5503b60bcb68 100644 --- a/textproc/uchardet/Makefile +++ b/textproc/uchardet/Makefile @@ -4,15 +4,13 @@ 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 |