diff options
author | bad <bad@pkgsrc.org> | 1999-03-22 16:08:30 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-03-22 16:08:30 +0000 |
commit | fa9c2f3760231b08dc9a0e755773b4eeede3a406 (patch) | |
tree | 17a5b345de9184310228cc637deacd1993b7ad94 /editors/emacs | |
parent | 71fdc4f987396c1d835d34fc972302db80290353 (diff) | |
download | pkgsrc-fa9c2f3760231b08dc9a0e755773b4eeede3a406.tar.gz |
Catch up with MASTER_SITE_GNU reorganization.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 5f9352f5436..97ebcdfc4af 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.26 1999/02/25 17:08:33 sommerfe Exp $ +# $NetBSD: Makefile,v 1.27 1999/03/22 16:08:32 bad Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # DISTNAME= emacs-20.3 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU:=/emacs/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html |