diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-24 09:43:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-24 09:43:26 +0000 |
commit | d61f7630903e3939447001fe461976db88391bab (patch) | |
tree | f34785cf0f70497258bc33e58702585e0da2699b | |
parent | 8810b525df79ccac06681bb89817535049583941 (diff) |
Notes
-rw-r--r-- | editors/vim/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 65669a8557c4..7e44efdba75f 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -15,13 +15,13 @@ MASTER_SITES= ${MASTER_SITE_VIM} DISTNAME= vim-${PORTVERSION:C/\.[0-9a-z]*$//} PATCH_SITES= ${MASTER_SITES:S|unix|patches/${PORTVERSION:C/\.[0-9a-z]*$//}|} -PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ - ${PATCHLEVEL} 1 ${PATCHLEVEL} +#PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ +# ${PATCHLEVEL} 1 ${PATCHLEVEL} # bits to remove BADPATCHES= 000 -.for p in ${BADPATCHES} -PATCHFILES:= ${PATCHFILES:N6.4.${p}} -.endfor +#.for p in ${BADPATCHES} +#PATCHFILES:= ${PATCHFILES:N6.4.${p}} +#.endfor MAINTAINER?= obrien@FreeBSD.org COMMENT?= Vi "workalike", with many additional features |