diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-11-12 02:50:07 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-11-12 02:50:07 +0000 |
commit | ac5c3b67227a204e353d74997c598bb722d959ad (patch) | |
tree | 68b2a50edd61774d290d1677d2cc02e8e198f5a7 /editors/emacs23 | |
parent | c12161bbf37a98f4d53886026ae5a47a529b6cba (diff) | |
download | ports-ac5c3b67227a204e353d74997c598bb722d959ad.tar.gz ports-ac5c3b67227a204e353d74997c598bb722d959ad.zip |
Notes
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index fd0d1c0e4327..9d46f22c41d6 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -30,7 +30,7 @@ USE_XPM= yes .endif .if defined(WITH_MENUBAR_FONTSET) -PATCH_SITES= http://www.nijino.com/ari/emacs/ +PATCH_SITES= http://nijino.homelinux.net/emacs/ PATCHFILES= emacs-21.1-fontset.patch emacs-21.2-menu-encode.patch PATCH_DIST_STRIP= -p1 .endif |