diff options
author | pav <pav@FreeBSD.org> | 2005-11-24 09:58:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-24 09:58:20 +0800 |
commit | 45c58070cd2bcb51851001f344786d21db89c349 (patch) | |
tree | ecefa4f054cebced75655f4523dd0ba0584638e1 /editors/emacs20-dl | |
parent | 94e21631bccea203e312cc2077a5e674caa656cd (diff) | |
download | freebsd-ports-gnome-45c58070cd2bcb51851001f344786d21db89c349.tar.gz freebsd-ports-gnome-45c58070cd2bcb51851001f344786d21db89c349.tar.zst freebsd-ports-gnome-45c58070cd2bcb51851001f344786d21db89c349.zip |
- Fix fetching
Diffstat (limited to 'editors/emacs20-dl')
-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} |