diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-05 04:26:31 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-05 04:26:31 +0000 |
commit | c5c0a200d17592ad57b80bcca8d60ae00df2fe14 (patch) | |
tree | 7bcf74ad1ba710aa40a1c384bca8bd13ce5e3198 /japanese/diclookup-emacs20/files/patch-ac | |
parent | stella 0.6 is no longer available. (diff) |
change the installed path from /usr/local/lib/mule/site-lisp to
/usr/local/share/mule/site-lisp
PR: ports/10276
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Notes
Notes:
svn path=/head/; revision=17002
Diffstat (limited to 'japanese/diclookup-emacs20/files/patch-ac')
-rw-r--r-- | japanese/diclookup-emacs20/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/diclookup-emacs20/files/patch-ac b/japanese/diclookup-emacs20/files/patch-ac new file mode 100644 index 000000000000..670545580f5e --- /dev/null +++ b/japanese/diclookup-emacs20/files/patch-ac @@ -0,0 +1,10 @@ +--- lib/Makefile.org Sat Feb 20 20:15:09 1999 ++++ lib/Makefile Sat Feb 20 20:15:15 1999 +@@ -1,6 +1,6 @@ + EMACS = mule + +-LISPDIR = /usr/local/lib/mule/site-lisp ++LISPDIR = /usr/local/share/mule/19.34/site-lisp + + RM = rm -f + |