summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-04-17 19:20:04 +0000
committerknu <knu@FreeBSD.org>2001-04-17 19:20:04 +0000
commit1c1271ad721b9be795d608d8444916cf2f3d05fd (patch)
treeef0c11cbc6876bdae34d0ff13d78e9f2a1f221fe /editors
parent25c2a51fd1dff5bc3f7d6a2169db1618e0ec2668 (diff)
downloadFreeBSD-ports-1c1271ad721b9be795d608d8444916cf2f3d05fd.zip
FreeBSD-ports-1c1271ad721b9be795d608d8444916cf2f3d05fd.tar.gz
Make use of bsd.emacs.mk and finally fix the RUN_DEPENDS entry.
Diffstat (limited to 'editors')
-rw-r--r--editors/boiling-egg/Makefile5
-rw-r--r--editors/boiling-egg/pkg-plist2
2 files changed, 5 insertions, 2 deletions
diff --git a/editors/boiling-egg/Makefile b/editors/boiling-egg/Makefile
index f9c275a..39c678e 100644
--- a/editors/boiling-egg/Makefile
+++ b/editors/boiling-egg/Makefile
@@ -17,10 +17,13 @@ MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
RUN_DEPENDS= ${ELISPDIR}/egg/egg.el:${PORTSDIR}/editors/tamago
+EMACS_PORT_NAME?= emacs20
+
NO_WRKSUBDIR= yes
NO_BUILD= yes
-ELISPDIR= ${PREFIX}/share/emacs/site-lisp
+ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp
+PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp"
do-install:
${MKDIR} ${ELISPDIR}
diff --git a/editors/boiling-egg/pkg-plist b/editors/boiling-egg/pkg-plist
index ef4ebce..73bb817 100644
--- a/editors/boiling-egg/pkg-plist
+++ b/editors/boiling-egg/pkg-plist
@@ -1 +1 @@
-share/emacs/site-lisp/boiling-egg.el
+%%ELISPDIR%%/boiling-egg.el
OpenPOWER on IntegriCloud