diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-05-09 17:51:19 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-05-09 17:51:19 +0000 |
commit | 76e5586b4d81d2240ffc8ff80b640887270f2439 (patch) | |
tree | 905983a086c1b0d6a44ede18b60f71692b9db3eb /editors/emacs20-dl | |
parent | New port: emacs-20.7 + mule-4.1 patch (+ dynamic-loading patch + xim-fix patch). (diff) |
Efficient order MASTER_SITES.
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 ae6d4447c33a..323fcbad832f 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -9,8 +9,8 @@ PORTNAME= emacs-dl PORTVERSION= ${EMACS_VER} PORTREVISION= 1 CATEGORIES= editors ipv6 -MASTER_SITES= ${MASTER_SITE_GNU} \ - http://www.ainet.or.jp/~inoue/software/emacs-xim/ +MASTER_SITES= http://www.ainet.or.jp/~inoue/software/emacs-xim/ \ + ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs DISTNAME= emacs-${EMACS_VER} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |