summaryrefslogtreecommitdiff
path: root/editors/vim/files
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-05-02 23:59:44 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-05-02 23:59:44 +0000
commit4bf065ff94050058fd92bca6ef09791ae5f1944d (patch)
tree779936b62942bf1f529594e0712c425858721a85 /editors/vim/files
parentwww/dddbl: Flavorize port (diff)
Update vim to patchlevel 1248
Notes
Notes: svn path=/head/; revision=500681
Diffstat (limited to 'editors/vim/files')
-rw-r--r--editors/vim/files/patch-src_po_Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/vim/files/patch-src_po_Makefile b/editors/vim/files/patch-src_po_Makefile
new file mode 100644
index 000000000000..ba0ffd232981
--- /dev/null
+++ b/editors/vim/files/patch-src_po_Makefile
@@ -0,0 +1,14 @@
+--- src/po/Makefile.orig 2019-05-02 23:54:55 UTC
++++ src/po/Makefile
+@@ -165,9 +165,9 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimex
+ po/gvim.desktop.in po/vim.desktop.in
+ mv -f ../$(PACKAGE).po $(PACKAGE).pot
+
+-%.desktop: %.desktop.in $(POFILES)
++gvim.desktop vim.desktop: $@.in $(POFILES)
+ @echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS
+- $(MSGFMT) --desktop -d . --template $< -o $@
++ $(MSGFMT) --desktop -d . --template $@.in -o $@
+
+ update-po: $(LANGUAGES)
+