diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-05-22 12:59:52 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-05-22 12:59:52 +0800 |
commit | 476b36ed8f040272ada680b41e34cf17c12e1a02 (patch) | |
tree | 7f7e2862e2e475b7d742f578316048c5040ab660 /editors/tamago | |
parent | 4cf5a993fdc2f8827aca8f30a5d09e6a15c93d8b (diff) | |
download | freebsd-ports-graphics-476b36ed8f040272ada680b41e34cf17c12e1a02.tar.gz freebsd-ports-graphics-476b36ed8f040272ada680b41e34cf17c12e1a02.tar.zst freebsd-ports-graphics-476b36ed8f040272ada680b41e34cf17c12e1a02.zip |
Without touching .nosearch, normal-top-level-add-subdirs-to-load-path
function in subdirs.el adds %%ELISPDIR%%/egg/egg which is for
implementation specific.
This port has egg/egg/anthy.el, and japanese/anthy also have anthy.el
for actual use. Anthy tries to load egg/egg/anthy.el, not thier
anthy.el without this fix.
Diffstat (limited to 'editors/tamago')
-rw-r--r-- | editors/tamago/Makefile | 5 | ||||
-rw-r--r-- | editors/tamago/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 709dc9032c9..e8fdaad0e77 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -7,7 +7,7 @@ PORTNAME= tamago PORTVERSION= 4.0.6.0.20020909.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg @@ -36,4 +36,7 @@ pre-configure: @${REINPLACE_CMD} -e 's|emacs/site-lisp|${EMACS_NAME}/${EMACS_VER}/site-lisp|g' \ ${WRKSRC}/configure +post-install: + ${TOUCH} ${ELISPDIR}/egg/egg/.nosearch + .include <bsd.port.mk> diff --git a/editors/tamago/pkg-plist b/editors/tamago/pkg-plist index fc42ec93699..6281d8427cc 100644 --- a/editors/tamago/pkg-plist +++ b/editors/tamago/pkg-plist @@ -10,6 +10,7 @@ %%ELISPDIR%%/egg/egg-sim.elc %%ELISPDIR%%/egg/egg.el %%ELISPDIR%%/egg/egg.elc +%%ELISPDIR%%/egg/egg/.nosearch %%ELISPDIR%%/egg/egg/anthy.el %%ELISPDIR%%/egg/egg/anthy.elc %%ELISPDIR%%/egg/egg/anthyipc.el |