From 792681122845546aede7751540fdc1b0c8b6ebdd Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 2 Oct 2010 01:55:08 +0000 Subject: Simply the checking output. --- editors/vim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/vim') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index bec80289f989..465debf91825 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -258,7 +258,8 @@ show-options: cklatest: -ncftpls \ ftp://ftp.vim.org/pub/vim/patches/${PORTVERSION:C/\.[0-9a-z]*$//}/ \ - | fgrep ${PORTVERSION:C/[0-9]*$//} | ${TAIL} + | ${SED} -n -e 's/${PORTVERSION:C/[0-9]*$//}\([0-9][0-9][0-9]\)$$/\1/p' \ + | ${TAIL} -1 find-bad-patches: @cd ${DISTDIR} ; egrep -l \ -- cgit v1.2.3