diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-13 05:12:28 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-13 05:12:28 +0000 |
commit | 56097548ad6b25352528275e91f5861bb4be05b0 (patch) | |
tree | 297ca90328b101a9af54fae7ee40e31ab97fc2b5 /editors | |
parent | 5e5c1f00204f78f12cbcb1b30953f63b55eb347a (diff) | |
download | ports-56097548ad6b25352528275e91f5861bb4be05b0.tar.gz ports-56097548ad6b25352528275e91f5861bb4be05b0.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/apel-xemacs21-mule/Makefile | 6 | ||||
-rw-r--r-- | editors/apel-xemacs21-mule/pkg-descr | 2 | ||||
-rw-r--r-- | editors/apel/pkg-descr.xemacs21-mule | 2 | ||||
-rw-r--r-- | editors/psgml-xemacs21-mule/pkg-descr | 2 |
4 files changed, 6 insertions, 6 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>. diff --git a/editors/apel/pkg-descr.xemacs21-mule b/editors/apel/pkg-descr.xemacs21-mule index 140a1ba742ca..9096307024ae 100644 --- a/editors/apel/pkg-descr.xemacs21-mule +++ b/editors/apel/pkg-descr.xemacs21-mule @@ -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>. diff --git a/editors/psgml-xemacs21-mule/pkg-descr b/editors/psgml-xemacs21-mule/pkg-descr index 0977e6956ac7..4b93370bbbfc 100644 --- a/editors/psgml-xemacs21-mule/pkg-descr +++ b/editors/psgml-xemacs21-mule/pkg-descr @@ -11,7 +11,7 @@ editing of attribute values in a separate window with information about types and defaults, and structure based editing. PSGML is installed the following directory tree: - ${PREFIX}/lib/xemacs/site-lisp/psgml/ + ${LOCALBASE}/lib/xemacs/site-lisp/psgml/ To use psgml, put the following setup into your ~/.emacs: |