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/vim/Makefile | |
parent | 7e24fc3a284abae7b9bce14fd5429f96fdd1b416 (diff) | |
download | ports-5104ede68308422dd1fd11333745a5df19748747.tar.gz ports-5104ede68308422dd1fd11333745a5df19748747.zip |
Notes
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 1 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> |