diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-21 10:40:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-21 10:40:29 +0000 |
commit | 5104ede68308422dd1fd11333745a5df19748747 (patch) | |
tree | 2571d02f591941c3548a7df3eb5b2738ce23e2a3 /editors | |
parent | 7e24fc3a284abae7b9bce14fd5429f96fdd1b416 (diff) | |
download | freebsd-ports-5104ede68308422dd1fd11333745a5df19748747.zip |
- Use @dir instead of .keepme file
- Bump PORTREVISION for package change
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 2 | ||||
-rw-r--r-- | editors/vim/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index b96aa3af8185..888c746a882b 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -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> diff --git a/editors/vim/pkg-plist b/editors/vim/pkg-plist index 79666b9baf27..cbf55f25b9a0 100644 --- a/editors/vim/pkg-plist +++ b/editors/vim/pkg-plist @@ -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 |