aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-10-24 09:43:26 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-10-24 09:43:26 +0000
commitd61f7630903e3939447001fe461976db88391bab (patch)
treef34785cf0f70497258bc33e58702585e0da2699b /editors
parent8810b525df79ccac06681bb89817535049583941 (diff)
downloadports-d61f7630903e3939447001fe461976db88391bab.tar.gz
ports-d61f7630903e3939447001fe461976db88391bab.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile10
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