diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-18 21:30:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-18 21:30:04 +0000 |
commit | 7436b0f6bbf09f72a5038e18de00cc0f7a21f268 (patch) | |
tree | 4513dd0d3ba1dc135c9484924b72c594f4a04bc9 /editors/vim/files/patch-installml.sh | |
parent | - Add PYTHON option (diff) |
- 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
Diffstat (limited to 'editors/vim/files/patch-installml.sh')
-rw-r--r-- | editors/vim/files/patch-installml.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |