diff options
author | yoichi <yoichi@FreeBSD.org> | 2001-12-26 17:23:41 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2001-12-26 17:23:41 +0000 |
commit | 1a3c339a455f4493121ee104c2750602f0113d7f (patch) | |
tree | 3522f4dc75dceb07fab936c96ed724a6cb38e681 /editors/boiling-egg | |
parent | 4256d9a35de06519e7fd8e8041845ee0258527a4 (diff) | |
download | FreeBSD-ports-1a3c339a455f4493121ee104c2750602f0113d7f.zip FreeBSD-ports-1a3c339a455f4493121ee104c2750602f0113d7f.tar.gz |
Follow the update of tamago and fix dependences.
It is regrettable to remove dependences on tamago and emacsen.
Those dependences might be regenerated by some product of elisp
ports issue now being discussed in ports-jp list.
Diffstat (limited to 'editors/boiling-egg')
-rw-r--r-- | editors/boiling-egg/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/editors/boiling-egg/Makefile b/editors/boiling-egg/Makefile index 39c678e..6d45b33 100644 --- a/editors/boiling-egg/Makefile +++ b/editors/boiling-egg/Makefile @@ -7,26 +7,23 @@ PORTNAME= boiling-egg PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= http://www.gcd.org/sengoku/boiling-egg/ DISTNAME= ${PORTNAME}.el EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty -MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp - -RUN_DEPENDS= ${ELISPDIR}/egg/egg.el:${PORTSDIR}/editors/tamago - -EMACS_PORT_NAME?= emacs20 +MAINTAINER= yoichi@FreeBSD.org NO_WRKSUBDIR= yes NO_BUILD= yes -ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp -PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp" +ELISPDIR= share/emacs/site-lisp +PLIST_SUB+= ELISPDIR=${ELISPDIR} do-install: - ${MKDIR} ${ELISPDIR} - ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${ELISPDIR} + ${MKDIR} ${PREFIX}/${ELISPDIR} + ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${ELISPDIR} .include <bsd.port.mk> |