diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-28 02:43:52 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-28 02:43:52 +0800 |
commit | b1d7c6dc1db20dbb2dcdaeecd1b932b6f7ee2194 (patch) | |
tree | 42dfbae2feb955670a5d3e16023bc200441e8860 /editors/vim | |
parent | acdf7b15bad11c68271f344bc93185cf2426807c (diff) | |
download | freebsd-ports-gnome-b1d7c6dc1db20dbb2dcdaeecd1b932b6f7ee2194.tar.gz freebsd-ports-gnome-b1d7c6dc1db20dbb2dcdaeecd1b932b6f7ee2194.tar.zst freebsd-ports-gnome-b1d7c6dc1db20dbb2dcdaeecd1b932b6f7ee2194.zip |
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>
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 |