diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-22 04:59:52 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-22 04:59:52 +0000 |
commit | 38a189791921a93b004198c36f09adc26bdd1e5e (patch) | |
tree | 64ee8f7a7ccda3873763914fa41a19cc7ac2b533 /editors/tamago-emacs21/Makefile | |
parent | c25412ecc0a34d5a2fd987a0ec17ed62d335916a (diff) |
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.
Notes
Notes:
svn path=/head/; revision=109678
Diffstat (limited to 'editors/tamago-emacs21/Makefile')
-rw-r--r-- | editors/tamago-emacs21/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile index 709dc9032c9b..e8fdaad0e776 100644 --- a/editors/tamago-emacs21/Makefile +++ b/editors/tamago-emacs21/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> |