diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-07 15:03:49 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-07 15:03:49 +0000 |
commit | 181847ca29d7e20f14fbccf393eabfd299e2697a (patch) | |
tree | 4ecb700569d4a73f23744ebe99a61a964073100f /editors | |
parent | 64eb66df85d270070293c2b2f60d3bea883ecb4f (diff) | |
download | ports-181847ca29d7e20f14fbccf393eabfd299e2697a.tar.gz ports-181847ca29d7e20f14fbccf393eabfd299e2697a.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 1 | ||||
-rw-r--r-- | editors/vim/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index ccc913fa7fec..b3b7778b5217 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -255,6 +255,7 @@ cklatest: ftp://ftp.vim.org/pub/vim/patches/${PORTVERSION:C/\.[0-9a-z]*$//}/ \ | ${SED} -n -e 's/${PORTVERSION:C/[0-9]*$//}\([0-9][0-9][0-9]\)$$/\1/p' \ | ${TAIL} -1 + #${SED} -i '' -e 's/^PATCHLEVEL= (.*)$/PATCHLEVEL= ${LATEST}/g' ./Makefile find-bad-patches: @cd ${DISTDIR} ; egrep -l \ diff --git a/editors/vim/pkg-plist b/editors/vim/pkg-plist index c6bb648dbfce..3742cf725bec 100644 --- a/editors/vim/pkg-plist +++ b/editors/vim/pkg-plist @@ -15,6 +15,7 @@ bin/rview bin/rvim bin/vimdiff bin/gvimdiff +share/icons/hicolor/48x48/apps/gvim.png @comment bin/view @exec mkdir -p %D/share/vim/%%VIM_VER%%/lang @comment Insert PLIST.share-vim here |