diff options
author | obache <obache> | 2008-03-06 12:34:44 +0000 |
---|---|---|
committer | obache <obache> | 2008-03-06 12:34:44 +0000 |
commit | c2c9ea2849256d93873ba53c190df71b52db7f3a (patch) | |
tree | 3ab404fdac01d4ed8841e4df91f54aec68eeb001 /editors | |
parent | 4716d5d1f4bb1f76d427ab19d91bf187402a24de (diff) | |
download | pkgsrc-c2c9ea2849256d93873ba53c190df71b52db7f3a.tar.gz |
Now, emacs-20.7 does not exist in GNU sites, moved to old-gnu directory.
And define SITES.* exactly to avoid unnecessary fetch.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
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 |