diff options
author | pav <pav@FreeBSD.org> | 2005-11-24 01:58:20 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-24 01:58:20 +0000 |
commit | 45c58070cd2bcb51851001f344786d21db89c349 (patch) | |
tree | ecefa4f054cebced75655f4523dd0ba0584638e1 | |
parent | 94e21631bccea203e312cc2077a5e674caa656cd (diff) | |
download | FreeBSD-ports-45c58070cd2bcb51851001f344786d21db89c349.zip FreeBSD-ports-45c58070cd2bcb51851001f344786d21db89c349.tar.gz |
- Fix fetching
-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 621c5e6..3071fb5 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} |