diff options
author | tron <tron> | 2003-01-12 11:33:19 +0000 |
---|---|---|
committer | tron <tron> | 2003-01-12 11:33:19 +0000 |
commit | ebab78430c874206d7072d1b16e3e83afc9d4d27 (patch) | |
tree | 06b11aa187ded01f1e7bffc7c7e3dcc92850978d /editors/emacs/Makefile | |
parent | d6a00573125a48e7831ad0f8b3be47ad58f3e46b (diff) | |
download | pkgsrc-ebab78430c874206d7072d1b16e3e83afc9d4d27.tar.gz |
Fix name of name of the patch file and add mising patch site.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 8f2276fb016..06c6679397b 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.49 2003/01/11 16:44:29 uebayasi Exp $ -# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp +# $NetBSD: Makefile,v 1.50 2003/01/12 11:33:19 tron Exp $ DISTNAME= emacs-20.7 PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} -PATCHFILES= emacs-20.7-mule-4.1.patch.txt +PATCH_SITES= http://www.teu.ac.jp/nsit/~yatagawa/comp/emacs/ +PATCHFILES= emacs-20.7-mule-4.1.patch PATCH_DIST_STRIP= -p1 MAINTAINER= packages@netbsd.org |