diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-17 19:20:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-17 19:20:04 +0000 |
commit | fc6ed039a3a78d1fe9b5d0330d5974bc92b04207 (patch) | |
tree | 2af2bb15477b5a71ccd0bba4946601340bfb5d09 /editors/boiling-egg | |
parent | 28128b271fc557a8648188efb9d8f0b56261b681 (diff) | |
download | ports-fc6ed039a3a78d1fe9b5d0330d5974bc92b04207.tar.gz ports-fc6ed039a3a78d1fe9b5d0330d5974bc92b04207.zip |
Notes
Diffstat (limited to 'editors/boiling-egg')
-rw-r--r-- | editors/boiling-egg/Makefile | 5 | ||||
-rw-r--r-- | editors/boiling-egg/pkg-plist | 2 |
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 |