diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-11-12 02:50:07 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-11-12 02:50:07 +0000 |
commit | 48a873b1b35401c75397bbc8a272a32f25bce970 (patch) | |
tree | d4b2f636b75d06f5b652d61ea24e6deef85ed7b3 /editors/emacs23 | |
parent | 370bad070baf50ce5858ad615ba3c0ceffd3209d (diff) | |
download | FreeBSD-ports-48a873b1b35401c75397bbc8a272a32f25bce970.zip FreeBSD-ports-48a873b1b35401c75397bbc8a272a32f25bce970.tar.gz |
Change PATCH_SITES.
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 fd0d1c0..9d46f22 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 |