diff options
author | shige <shige@FreeBSD.org> | 2000-07-13 13:12:28 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-07-13 13:12:28 +0800 |
commit | 439019b61af7f05c3f573f0fec3e297b89488f15 (patch) | |
tree | ace33e229df898e8199585136189fa19798d63f9 /editors | |
parent | 244274e4f75571ab93cbeb6fec24aefe949df58e (diff) | |
download | freebsd-ports-gnome-439019b61af7f05c3f573f0fec3e297b89488f15.tar.gz freebsd-ports-gnome-439019b61af7f05c3f573f0fec3e297b89488f15.tar.zst freebsd-ports-gnome-439019b61af7f05c3f573f0fec3e297b89488f15.zip |
Change PREFIX -> LOCALBASE.
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: |