diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-02 01:55:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-02 01:55:08 +0000 |
commit | 792681122845546aede7751540fdc1b0c8b6ebdd (patch) | |
tree | 3e9deff6c883d93d84061d8f013e86d8d8cd2824 /editors | |
parent | 7be681f1b8effc37b79f0e23599ddd7464b7f987 (diff) | |
download | ports-792681122845546aede7751540fdc1b0c8b6ebdd.tar.gz ports-792681122845546aede7751540fdc1b0c8b6ebdd.zip |
Notes
Diffstat (limited to 'editors')
-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 \ |