summaryrefslogtreecommitdiff
path: root/editors/apel-emacs
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2001-10-24 19:20:55 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2001-10-24 19:20:55 +0000
commitf443003645dc6c592fd023277d9b12f6c94a53f8 (patch)
treec9daf0102a43d934ae47fefbf8ef5bd890a9783d /editors/apel-emacs
parentUpdate to Vim 6.0 patchlevel 23 (diff)
Specify PREFIX, LISPDIR, and VERSION_SPECIFIC_LISPDIR cleary
when port building.
Notes
Notes: svn path=/head/; revision=49178
Diffstat (limited to 'editors/apel-emacs')
-rw-r--r--editors/apel-emacs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/apel-emacs/Makefile b/editors/apel-emacs/Makefile
index a58a5bca498e..6dabc126969d 100644
--- a/editors/apel-emacs/Makefile
+++ b/editors/apel-emacs/Makefile
@@ -20,6 +20,9 @@ APEL_VER= 10.3
APEL_SETUPEL= apel-setupel.el
# document install directory by install-doc target
APELDOCDIR?= share/doc/apel
+# apel lispdir
+APEL_LISPDIR?= ${LOCALBASE}/${EMACS_SITE_LISPDIR}
+APEL_VERSION_SPECIFIC_LISPDIR?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}
# This is a master port.
PORTCLASS?= master
@@ -36,6 +39,9 @@ ALL_TARGET?= elc
# environments
SCRIPTS_ENV+= TARGETS="${APEL_SETUPEL}"
PLIST_SUB+= APELDOCDIR=${APELDOCDIR} APEL_SETUPEL=${APEL_SETUPEL}
+MAKE_ARGS+= PREFIX="${LOCALBASE}" \
+ LISPDIR="${APEL_LISPDIR}" \
+ VERSION_SPECIFIC_LISPDIR="${APEL_VERSION_SPECIFIC_LISPDIR}"
.include <bsd.port.pre.mk>