aboutsummaryrefslogtreecommitdiff
path: root/editors/flim113
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/flim113
parentbb1895b3602605b0a82d570d1c809707a44d2b20 (diff)
downloadports-f443003645dc6c592fd023277d9b12f6c94a53f8.tar.gz
ports-f443003645dc6c592fd023277d9b12f6c94a53f8.zip
Specify PREFIX, LISPDIR, and VERSION_SPECIFIC_LISPDIR cleary
when port building.
Notes
Notes: svn path=/head/; revision=49178
Diffstat (limited to 'editors/flim113')
-rw-r--r--editors/flim113/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile
index 2647851569e7..309df21669e2 100644
--- a/editors/flim113/Makefile
+++ b/editors/flim113/Makefile
@@ -27,6 +27,9 @@ FLIM_SETUPEL= flim-setupel.el
# document install directory by install-doc target
FLIMDOCDIR?= share/doc/flim
FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_TRUNK}.FreeBSD-packages
+# flim lispdir
+FLIM_LISPDIR?= ${LOCALBASE}/${EMACS_SITE_LISPDIR}
+FLIM_VERSION_SPECIFIC_LISPDIR?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}
.if (${PORTCLASS} == "master")
# for emacs
@@ -41,6 +44,9 @@ ALL_TARGET?= elc
SCRIPTS_ENV+= TARGETS="${FLIM_SETUPEL}"
PLIST_SUB+= FLIMDOCDIR=${FLIMDOCDIR} FLIM_SETUPEL=${FLIM_SETUPEL} \
FLIM_COOKIE=${FLIM_COOKIE}
+MAKE_ARGS+= PREFIX="${LOCALBASE}" \
+ LISPDIR="${FLIM_LISPDIR}" \
+ VERSION_SPECIFIC_LISPDIR="${FLIM_VERSION_SPECIFIC_LISPDIR}"
.include <bsd.port.pre.mk>