From bc4eb7ca5dd5e56b86f313cc0b3f784f00ea2d6c Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 6 Mar 2008 12:34:44 +0000 Subject: Now, emacs-20.7 does not exist in GNU sites, moved to old-gnu directory. And define SITES.* exactly to avoid unnecessary fetch. --- editors/emacs20/Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'editors/emacs20') diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 8812f304a3d..5a44e43d493 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,18 +1,21 @@ -# $NetBSD: Makefile,v 1.32 2007/08/13 12:40:58 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2008/03/06 12:34:44 obache Exp $ DISTNAME= emacs-20.7 PKGREVISION= 9 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} \ - ${MASTER_SITE_LOCAL} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${DISTNAME}-mule-4.1b-elc${EXTRACT_SUFX} +MASTER_SITES= http://ftp.gnu.org/pub/old-gnu/emacs/ \ + ftp://ftp.gnu.org/pub/old-gnu/emacs +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES+= ${DISTNAME}-mule-4.1b-elc${EXTRACT_SUFX} +SITES.${DISTNAME}-mule-4.1b-elc.tar.gz= ${MASTER_SITE_LOCAL} # Mule enhancement (back port) patch by Satoshi Yatagawa -PATCH_SITES= http://www.teu.ac.jp/nsit/~yatagawa/comp/emacs/ +SITES.emacs-20.7-mule-4.1b.patch= \ + http://www.teu.ac.jp/nsit/~yatagawa/comp/emacs/ PATCHFILES= emacs-20.7-mule-4.1b.patch # XIM fix patch by Seiichiro Inoue -PATCH_SITES+= http://home.catv.ne.jp/pp/ginoue/software/emacs-xim/ +SITES.emacs20-xim-20000713.diff= \ + http://home.catv.ne.jp/pp/ginoue/software/emacs-xim/ PATCHFILES+= emacs20-xim-20000713.diff PATCH_DIST_STRIP= -p1 -- cgit v1.2.3