aboutsummaryrefslogtreecommitdiff
path: root/editors/boiling-egg
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2001-12-26 17:23:41 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2001-12-26 17:23:41 +0000
commit27f7322cb5d9acc20e26cf83ec94e3f85d6cfae0 (patch)
treed80a8b61ff4952cc3a28ec6a33dadce8343f3fb6 /editors/boiling-egg
parentf78ddeea29f1cac1d72c35dc0fdcae13c31d10d3 (diff)
downloadports-27f7322cb5d9acc20e26cf83ec94e3f85d6cfae0.tar.gz
ports-27f7322cb5d9acc20e26cf83ec94e3f85d6cfae0.zip
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.
Notes
Notes: svn path=/head/; revision=52214
Diffstat (limited to 'editors/boiling-egg')
-rw-r--r--editors/boiling-egg/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/editors/boiling-egg/Makefile b/editors/boiling-egg/Makefile
index 39c678e35fbf..6d45b3375b0e 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>