Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 10:40:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390189 - head/editors/vim
Message-ID:  <201506211040.t5LAeTQ4070823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211040.t5LAeTQ4070823>