From 4198c368876c625a5642eff6fdad39e30f56e550 Mon Sep 17 00:00:00 2001 From: Kazuki Sakamoto Date: Fri, 24 Apr 2009 20:42:32 +0900 Subject: [PATCH] macvim: add ctags --- editors/macvim/Portfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editors/macvim/Portfile b/editors/macvim/Portfile index d64cb13..9e4340c 100644 --- a/editors/macvim/Portfile +++ b/editors/macvim/Portfile @@ -134,6 +134,8 @@ variant standalone description {Enable standalonize} { xinstall -m 644 ${prefix}/share/migemo/utf-8/${mdict} \ ${runtimePath}/dict } + + xinstall -m 755 ${prefix}/bin/jexctags ${appPath}/MacOS/ctags } } -- 2.11.0