1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Make use of bsd.emacs.mk and finally fix the RUN_DEPENDS entry.

This commit is contained in:
Akinori MUSHA 2001-04-17 19:20:04 +00:00
parent 28128b271f
commit fc6ed039a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41608
2 changed files with 5 additions and 2 deletions

View File

@ -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}

View File

@ -1 +1 @@
share/emacs/site-lisp/boiling-egg.el
%%ELISPDIR%%/boiling-egg.el