summaryrefslogtreecommitdiff
path: root/editors/apel-emacs20
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-07-12 15:32:55 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-07-12 15:32:55 +0000
commit3a14fb633064fdc12e356e39233a1246b9759278 (patch)
treeee7efe1e7b1a4f85c174920a151b6b81463d96d6 /editors/apel-emacs20
parentAdd missing files. (diff)
Change PREFIX -> LOCALBASE.
Notes
Notes: svn path=/head/; revision=30524
Diffstat (limited to 'editors/apel-emacs20')
-rw-r--r--editors/apel-emacs20/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/apel-emacs20/pkg-descr b/editors/apel-emacs20/pkg-descr
index 292bf8fda9a4..044318554809 100644
--- a/editors/apel-emacs20/pkg-descr
+++ b/editors/apel-emacs20/pkg-descr
@@ -26,7 +26,7 @@ APEL is programed by MORIOKA Tomohiko <tomo@m17n.org>.
- static: utility for static evaluation
APEL is installed the following directory tree:
- ${PREFIX}/share/emacs/site-lisp/apel/ --- apel
- ${PREFIX}/share/emacs/20.5/site-lisp/emu/ --- emu
+ ${LOCALBASE}/share/emacs/site-lisp/apel/ --- apel
+ ${LOCALBASE}/share/emacs/20.5/site-lisp/emu/ --- emu
--- Porting by shige <shige@FreeBSD.ORG>.