diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-09-11 22:10:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-09-11 22:10:43 +0000 |
commit | 93b01997c4f6c7516cb4fc89f712d4eb49113add (patch) | |
tree | 2beafde94a08a4a833d2ed5f56b7f471d5b8f758 /editors/emacs20-dl | |
parent | Unbreak on 4.x: gnatbind does not support -D_THREAD_SAFE. (diff) |
Remove obsolete mastersites.
Source: distfile survey
Diffstat (limited to 'editors/emacs20-dl')
-rw-r--r-- | editors/emacs20-dl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index 14fadfa3e1da..6f2a6fa096b7 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -9,15 +9,13 @@ PORTNAME= emacs-dl PORTVERSION= ${EMACS_VER} PORTREVISION= 2 CATEGORIES= editors ipv6 -MASTER_SITES= http://www.ainet.or.jp/~inoue/software/emacs-xim/ \ - ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs DISTNAME= emacs-${EMACS_VER} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${XIM_PATCH}${EXTRACT_SUFX} PATCH_SITES= ftp://ftp.m17n.org/pub/mule/dynamic-loading/ \ - http://www.etl.go.jp/~tomo/comp/emacsen/ \ ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= . shige/emacs PATCHFILES= emacs-20.4-dl3.diff.gz emacs-20.7-linespace-patch.gz |