diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 53fcfb4..e247875 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -141,6 +141,10 @@ pre-configure: s|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|' \ ${WRKSRC}/auto/configure +# Clean up junk files to keep them from being installed. +pre-install: + @${RM} -f ${WRKSRC}/../runtime/macros/maze/*.orig + post-install: [ -e ${PREFIX}/bin/gvim ] || (cd ${PREFIX}/bin ; ${LN} -sf vim gvim) # below needed for `vim-lite' port |