diff options
-rw-r--r-- | editors/tamago-emacs21/Makefile | 5 | ||||
-rw-r--r-- | editors/tamago-emacs21/pkg-plist | 1 | ||||
-rw-r--r-- | editors/tamago/Makefile | 5 | ||||
-rw-r--r-- | editors/tamago/pkg-plist | 1 |
4 files changed, 10 insertions, 2 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> diff --git a/editors/tamago-emacs21/pkg-plist b/editors/tamago-emacs21/pkg-plist index fc42ec936992..6281d8427ccc 100644 --- a/editors/tamago-emacs21/pkg-plist +++ b/editors/tamago-emacs21/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 diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 709dc9032c9b..e8fdaad0e776 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 fc42ec936992..6281d8427ccc 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 |