aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-04-18 03:20:04 +0800
committerknu <knu@FreeBSD.org>2001-04-18 03:20:04 +0800
commit1c1271ad721b9be795d608d8444916cf2f3d05fd (patch)
treeef0c11cbc6876bdae34d0ff13d78e9f2a1f221fe
parent25c2a51fd1dff5bc3f7d6a2169db1618e0ec2668 (diff)
downloadfreebsd-ports-gnome-1c1271ad721b9be795d608d8444916cf2f3d05fd.tar.gz
freebsd-ports-gnome-1c1271ad721b9be795d608d8444916cf2f3d05fd.tar.zst
freebsd-ports-gnome-1c1271ad721b9be795d608d8444916cf2f3d05fd.zip
Make use of bsd.emacs.mk and finally fix the RUN_DEPENDS entry.
-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 f9c275a5f11f..39c678e35fbf 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 ef4ebce30dad..73bb817033ad 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