svn commit: r390189 - head/editors/vim
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 21 10:40:30 UTC 2015
Author: sunpoet
Date: Sun Jun 21 10:40:29 2015
New Revision: 390189
URL: https://svnweb.freebsd.org/changeset/ports/390189
Log:
- Use @dir instead of .keepme file
- Bump PORTREVISION for package change
Modified:
head/editors/vim/Makefile
head/editors/vim/pkg-plist
Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile Sun Jun 21 09:50:40 2015 (r390188)
+++ head/editors/vim/Makefile Sun Jun 21 10:40:29 2015 (r390189)
@@ -4,6 +4,7 @@
PORTNAME= vim
DISTVERSIONPREFIX= v
DISTVERSION= 7-4-748
+PORTREVISION= 1
CATEGORIES?= editors
MAINTAINER?= sunpoet at FreeBSD.org
@@ -162,6 +163,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/runtime/keymap/* ${STAGEDIR}${DATADIR}/${VIM_VER}/keymap/
.endif
${INSTALL_DATA} ${FILESDIR}/vietnamese_viscii.vim ${STAGEDIR}${DATADIR}/${VIM_VER}/keymap/
- ${TOUCH} ${STAGEDIR}${DATADIR}/${VIM_VER}/lang/.keepme
.include <bsd.port.post.mk>
Modified: head/editors/vim/pkg-plist
==============================================================================
--- head/editors/vim/pkg-plist Sun Jun 21 09:50:40 2015 (r390188)
+++ head/editors/vim/pkg-plist Sun Jun 21 10:40:29 2015 (r390189)
@@ -183,3 +183,4 @@ man/man1/xxd.1.gz
%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/vimdiff.1.gz
%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/vimtutor.1.gz
%%NON_LITE%%%%NLS%%man/ru.UTF-8/man1/xxd.1.gz
+%%NO_NLS%%@dir %%DATADIR%%/%%VIM_VER%%/lang
More information about the svn-ports-all
mailing list