diff options
author | obrien <obrien@FreeBSD.org> | 2001-11-09 20:16:54 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-11-09 20:16:54 +0000 |
commit | a48c0dbb9fc692fc60f562626bdbe6c02d600f90 (patch) | |
tree | 8374a54681785ee1e780e00be1956a096c7394d3 /editors | |
parent | 68eb97aefb2f913b123e1a719aa8a054fe58bd1a (diff) | |
download | FreeBSD-ports-a48c0dbb9fc692fc60f562626bdbe6c02d600f90.zip FreeBSD-ports-a48c0dbb9fc692fc60f562626bdbe6c02d600f90.tar.gz |
Deal with a bad patch.
Diffstat (limited to 'editors')
-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 22b1efe..958f054 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/} -.for p in 01 02 03 04 05 06 07 08 09 10 11 13 14 15 16 17 18 19 20 21 22 23 24 25 26 28 29 30 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 54 55 56 57 58 59 60 61 62 63 65 66 67 68 69 71 72 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 +.for p in 01 02 03 04 05 06 07 08 09 10 11 13 14 15 16 17 18 19 20 21 22 23 24 25 26 28 29 30 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 54 55 56 57 58 59 60 61 62 63 65 66 67 68 69 71 72 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 PATCHFILES+= ${PORTVERSION:C/\.[0-9]*$//}.0${p} .endfor |