diff options
author | obrien <obrien@FreeBSD.org> | 2010-10-07 23:04:57 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-10-07 23:04:57 +0800 |
commit | 08f84213d8c21295359924728fd591ca9a9be7ab (patch) | |
tree | 260896b55a9c0c7272469d63497bb265112d2b8d | |
parent | 9f0f22b2043d61d7405a868b4618d6f5563520f9 (diff) | |
download | freebsd-ports-gnome-08f84213d8c21295359924728fd591ca9a9be7ab.tar.gz freebsd-ports-gnome-08f84213d8c21295359924728fd591ca9a9be7ab.tar.zst freebsd-ports-gnome-08f84213d8c21295359924728fd591ca9a9be7ab.zip |
Backout accidental change.
-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 \ |