diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-07 23:04:57 +0800 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-07 23:04:57 +0800 |
commit | 2b8a1717bc2e1b032ad80b912fa2ac18e4c858fb (patch) | |
tree | 45e4c09239c5f9913efa683e7a3ebb3c3c404163 /editors/vim | |
parent | 181847ca29d7e20f14fbccf393eabfd299e2697a (diff) | |
download | freebsd-ports-gnome-2b8a1717bc2e1b032ad80b912fa2ac18e4c858fb.tar.gz freebsd-ports-gnome-2b8a1717bc2e1b032ad80b912fa2ac18e4c858fb.tar.zst freebsd-ports-gnome-2b8a1717bc2e1b032ad80b912fa2ac18e4c858fb.zip |
Backout accidental change.
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index b3b7778b5217..ccc913fa7fec 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -255,7 +255,6 @@ 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 \ |