diff options
author | obrien <obrien@FreeBSD.org> | 2010-10-02 09:55:08 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-10-02 09:55:08 +0800 |
commit | f47734a6f2e29a1da699dd3ed75356fda52a623a (patch) | |
tree | bf88ada2fbafdad117ba0fc88970729b7667a3ce /editors/vim/Makefile | |
parent | 925c0e5f674670e3a37ca57d6ec1a08066a4e8bf (diff) | |
download | freebsd-ports-gnome-f47734a6f2e29a1da699dd3ed75356fda52a623a.tar.gz freebsd-ports-gnome-f47734a6f2e29a1da699dd3ed75356fda52a623a.tar.zst freebsd-ports-gnome-f47734a6f2e29a1da699dd3ed75356fda52a623a.zip |
Simply the checking output.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |