diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2016-09-18 06:35:45 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2016-09-18 06:35:45 +0000 |
commit | 229551dacdbfb7363050d5b7c35ec693621a9492 (patch) | |
tree | d670c9eeb87758b8cb95a2bedb6fc1c15fd9152c /textproc/uim-el | |
parent | 444c26b9c0a7f9181e1add86ccfd3f1d968fd0d1 (diff) | |
download | ports-229551dacdbfb7363050d5b7c35ec693621a9492.tar.gz ports-229551dacdbfb7363050d5b7c35ec693621a9492.zip |
Notes
Diffstat (limited to 'textproc/uim-el')
-rw-r--r-- | textproc/uim-el/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index 27804c2689d0..bdcf017ce338 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -5,15 +5,13 @@ PORTNAME= uim-el PORTVERSION= 1.8.6 PORTREVISION= 3 CATEGORIES= textproc -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/uim/uim/releases/download/uim-${PORTVERSION}/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= uim-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Emacs lisp for uim input method library -BROKEN= Unfetchable (google code has gone away) - PROJECTHOST= uim CONFLICTS?= uim-el-xemacs21-mule-[0-9]* \ uim-el-emacs22-[0-9]* \ |