summaryrefslogtreecommitdiff
path: root/editors/apel-xemacs21-mule
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-07-13 05:12:28 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-07-13 05:12:28 +0000
commit56097548ad6b25352528275e91f5861bb4be05b0 (patch)
tree297ca90328b101a9af54fae7ee40e31ab97fc2b5 /editors/apel-xemacs21-mule
parentIn the case of apel-xemacs21-mule: (diff)
Change PREFIX -> LOCALBASE.
Notes
Notes: svn path=/head/; revision=30547
Diffstat (limited to 'editors/apel-xemacs21-mule')
-rw-r--r--editors/apel-xemacs21-mule/Makefile6
-rw-r--r--editors/apel-xemacs21-mule/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile
index 530d7b531629..e1983ee3e7ee 100644
--- a/editors/apel-xemacs21-mule/Makefile
+++ b/editors/apel-xemacs21-mule/Makefile
@@ -18,8 +18,8 @@ EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages
# packages-subdirectories which this port requires
EMACS_PACKAGES_SUBDIRS= lisp pkginfo
-SCRIPTS_ENV+= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}
-PLIST_SUB+= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}
+SCRIPTS_ENV= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}
+PLIST_SUB= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}
# how to install
ALL_TARGET= package
@@ -46,7 +46,7 @@ FORBIDDEN= hang
xemacs-package: install
@${RM} -f ${.CURDIR}/${XEMACS_PKG_TARBALL}
- @(cd ${PREFIX}/${EMACS_PACKAGESDIR} ;\
+ @(cd ${LOCALBASE}/${EMACS_PACKAGESDIR} ;\
${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\
)
diff --git a/editors/apel-xemacs21-mule/pkg-descr b/editors/apel-xemacs21-mule/pkg-descr
index 140a1ba742ca..9096307024ae 100644
--- a/editors/apel-xemacs21-mule/pkg-descr
+++ b/editors/apel-xemacs21-mule/pkg-descr
@@ -26,6 +26,6 @@ APEL is programed by MORIOKA Tomohiko <tomo@m17n.org>.
- static: utility for static evaluation
APEL is installed the following directory tree:
- ${PREFIX}/lib/xemacs/site-packages/lisp/apel/ --- apel & emu
+ ${LOCALBASE}/lib/xemacs/site-packages/lisp/apel/ --- apel & emu
--- Porting by shige <shige@FreeBSD.ORG>.