diff options
Diffstat (limited to 'editors/emacs20-dl/Makefile')
-rw-r--r-- | editors/emacs20-dl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index 621c5e669f26..3071fb5c888f 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -9,11 +9,11 @@ PORTNAME= emacs-dl PORTVERSION= ${EMACS_VER} PORTREVISION= 2 CATEGORIES= editors ipv6 -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} http://home.catv.ne.jp/pp/ginoue/software/emacs-xim/:xim MASTER_SITE_SUBDIR= emacs DISTNAME= emacs-${EMACS_VER} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${XIM_PATCH}${EXTRACT_SUFX} + ${XIM_PATCH}${EXTRACT_SUFX}:xim PATCH_SITES= ftp://ftp.m17n.org/pub/mule/dynamic-loading/ \ ${MASTER_SITE_LOCAL} |