From 7436b0f6bbf09f72a5038e18de00cc0f7a21f268 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 18 Feb 2014 21:30:04 +0000 Subject: - Use USES=iconv unconditionally - Remove cumbersome do-patch: - Use do-patch: in bsd.port.mk - Mark 064, 087 and 147 as BADPATCHES - 064 does not apply cleanly (in bsd.port.mk way on FreeBSD 9.x or older) - 087 contains patch for src/ops.c which must be applied after 064 - 147 contains patch for src/version.c which must be applied after 087 - Apply BADPATCHES in post-patch: - Fix keymap installation for vim-lite - Install keymap in vim source - Install vietnamese_viscii.vim correctly - Do not install GUI binary executables and manpages when GUI options are off - Allow build with python 3.x - Merge options to Makefile - Use PORTDATA - Convert to new options helper - Use CONFLICTS_INSTALL instead of CONFLICTS - Use REINPLACE_CMD instead of patch file - Support STAGEDIR - Pet portlint - Cleanup Makefile - Fix PLIST - Cosmetic change - Bump PORTREVISION for dependency and package change --- editors/vim/files/patch-installml.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/vim/files/patch-installml.sh') diff --git a/editors/vim/files/patch-installml.sh b/editors/vim/files/patch-installml.sh index 136015bcec51..8b96642e4d87 100644 --- a/editors/vim/files/patch-installml.sh +++ b/editors/vim/files/patch-installml.sh @@ -1,5 +1,5 @@ ---- installml.sh.orig Sun Apr 30 08:48:53 2006 -+++ installml.sh Mon Jun 19 03:36:37 2006 +--- src/installml.sh.orig Sun Apr 30 08:48:53 2006 ++++ src/installml.sh Mon Jun 19 03:36:37 2006 @@ -55,12 +55,12 @@ if test $what = "install" -a \( -f $dest # ex - if test ! -f $destdir/$exname.1 -a -f $destdir/$vimname.1; then -- cgit v1.2.3