diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-06-07 14:45:29 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-06-07 14:45:29 +0000 |
commit | 65ac2f6dcbb967b553d551dbbf5720ddde7ece57 (patch) | |
tree | 9f8f585e3b3098d79a2bf9d7685d555f907f402f /textproc/latte | |
parent | aba2c3d64745b7d4faa1533a6efc53303c4f16e6 (diff) | |
download | ports-65ac2f6dcbb967b553d551dbbf5720ddde7ece57.tar.gz ports-65ac2f6dcbb967b553d551dbbf5720ddde7ece57.zip |
Notes
Diffstat (limited to 'textproc/latte')
-rw-r--r-- | textproc/latte/Makefile | 4 | ||||
-rw-r--r-- | textproc/latte/pkg-plist | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index 4e682d77137e..e6767e1a10fa 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -7,7 +7,7 @@ PORTNAME= latte PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.latte.org/ @@ -41,6 +41,8 @@ post-extract: post-install: @${LN} -sf latte-html ${PREFIX}/bin/latte ${INSTALL_DATA} ${WRKSRC}/latte.el ${PREFIX}/share/emacs/site-lisp + ${LN} -sf ${PREFIX}/share/emacs/site-lisp/latte.el \ + ${PREFIX}/lib/xemacs/site-lisp .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} ${TAR} -C ${WRKSRC} --exclude "*Makefile*" -cf - tests | \ diff --git a/textproc/latte/pkg-plist b/textproc/latte/pkg-plist index 7bd8dda559a4..541cc59072a6 100644 --- a/textproc/latte/pkg-plist +++ b/textproc/latte/pkg-plist @@ -22,6 +22,7 @@ lib/liblatte.a lib/liblatte.la lib/liblatte.so lib/liblatte.so.5 +lib/xemacs/site-lisp/latte.el share/emacs/site-lisp/latte.el %%PORTDOCS%%%%EXAMPLESDIR%%/tests/a.exp %%PORTDOCS%%%%EXAMPLESDIR%%/tests/a.latte @@ -108,5 +109,7 @@ share/emacs/site-lisp/latte.el %%DATADIR%%/text.latte @dirrm include/latte @dirrm %%DATADIR%% +@dirrmtry lib/xemacs/site-lisp +@dirrmtry lib/xemacs %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/tests %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |