mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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>
This commit is contained in:
parent
ecacd68f71
commit
0b438993b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58244
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user