diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2018-06-10 14:24:11 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2018-06-10 14:24:11 +0000 |
commit | 20a1d468247338602e8fba7d7fa2c6e85dd62c8c (patch) | |
tree | cb2fd37a4b680a88aa2f96c857fea74b806b021c /editors/apel/Makefile | |
parent | Update www/otter to 0.9.99 (diff) |
* Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
* Bump PORTREVISION because of plist change.
PR: 228719
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes:
svn path=/head/; revision=472139
Diffstat (limited to 'editors/apel/Makefile')
-rw-r--r-- | editors/apel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile index 4b9243a019b9..68f4e8aac32d 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apel PORTVERSION= ${APEL_VER} -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= editors elisp MASTER_SITES= http://git.chise.org/elisp/dist/apel/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -20,7 +20,8 @@ NO_ARCH= yes APEL_VER= 10.8 ALL_TARGET= elc MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" \ - LISPDIR="${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}" + LISPDIR="${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}" \ + VERSION_SPECIFIC_LISPDIR="${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}" OPTIONS_DEFINE= DOCS |