diff options
author | obrien <obrien@FreeBSD.org> | 2010-10-13 04:03:06 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-10-13 04:03:06 +0800 |
commit | c75784446fe2d21e697927eea3cc4d04c0ede98a (patch) | |
tree | 853961cec8c9160ad86b3f0be9eeae63cb42f683 | |
parent | fbb9d1b35435a685bfd41d786c43942496a4431b (diff) | |
download | freebsd-ports-gnome-c75784446fe2d21e697927eea3cc4d04c0ede98a.tar.gz freebsd-ports-gnome-c75784446fe2d21e697927eea3cc4d04c0ede98a.tar.zst freebsd-ports-gnome-c75784446fe2d21e697927eea3cc4d04c0ede98a.zip |
Do not install icons by default. The destination directories aren't
"owned" by Vim and this causes trouble packaging depending on Vim
flavor chosen.
-rw-r--r-- | editors/vim/files/patch-01 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/vim/files/patch-01 b/editors/vim/files/patch-01 index ad07ae52e785..546c96742891 100644 --- a/editors/vim/files/patch-01 +++ b/editors/vim/files/patch-01 @@ -17,6 +17,11 @@ # You can give a lot of options to configure. # Change this to your desire and do 'make config' afterwards +@@ -1829,3 +1830,3 @@ install: $(GUI_INSTALL) + +-install_normal: installvim installtools $(INSTALL_LANGS) install-icons ++install_normal: installvim installtools $(INSTALL_LANGS) # install-icons + @@ -1794,40 +1795,40 @@ installgvimdiff: $(DEST_BIN)/$(GVIMDIFFTARGET) |