diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-10-24 19:20:55 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-10-24 19:20:55 +0000 |
commit | f443003645dc6c592fd023277d9b12f6c94a53f8 (patch) | |
tree | c9daf0102a43d934ae47fefbf8ef5bd890a9783d /editors/apel/Makefile | |
parent | bb1895b3602605b0a82d570d1c809707a44d2b20 (diff) |
Notes
Diffstat (limited to 'editors/apel/Makefile')
-rw-r--r-- | editors/apel/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile index a58a5bca498e..6dabc126969d 100644 --- a/editors/apel/Makefile +++ b/editors/apel/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> |