diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-27 18:43:52 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-27 18:43:52 +0000 |
commit | 0b438993b7861ed81e6b1398b83f6757d7eeb868 (patch) | |
tree | 883bc1cf117525177f08635f4a1d90430d1c144a /editors/vim | |
parent | Update to Vim 6.1 patchlevel 32 (diff) |
Use complete path for jot(1). The Orville write port also has a jot,
and it has has caused one user a problem.
Submitted by: Rex A. Roof <rex@gunjin.wccnet.org>
Notes
Notes:
svn path=/head/; revision=58244
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 8189e154501c..4896fa7e23f0 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -20,7 +20,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ DISTNAME= vim-${PORTVERSION:C/\.[0-9]*$//} PATCH_SITES= ${MASTER_SITES:S/unix/patches/} -PATCHFILES!= jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ +PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} # bits to remove BADPATCHES= 002 016 019 023 |