aboutsummaryrefslogtreecommitdiff
path: root/textproc/latte/Makefile
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-06-07 14:45:29 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-06-07 14:45:29 +0000
commit65ac2f6dcbb967b553d551dbbf5720ddde7ece57 (patch)
tree9f8f585e3b3098d79a2bf9d7685d555f907f402f /textproc/latte/Makefile
parentaba2c3d64745b7d4faa1533a6efc53303c4f16e6 (diff)
downloadports-65ac2f6dcbb967b553d551dbbf5720ddde7ece57.tar.gz
ports-65ac2f6dcbb967b553d551dbbf5720ddde7ece57.zip
Add symbolic link from latte.el to xemacs site-lisp load dirrectory.
Notes
Notes: svn path=/head/; revision=164722
Diffstat (limited to 'textproc/latte/Makefile')
-rw-r--r--textproc/latte/Makefile4
1 files changed, 3 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 | \