diff options
author | krion <krion@FreeBSD.org> | 2005-10-24 17:43:26 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-10-24 17:43:26 +0800 |
commit | 0d2cfd3737c00edfc9bc5ae88e96a7fee48843fc (patch) | |
tree | f426d23c94628f656f7bd9125e6e656e6ed6e4ce | |
parent | 84bb60919fb25cecd290f66f11b0f7d3a5105cfb (diff) | |
download | freebsd-ports-gnome-0d2cfd3737c00edfc9bc5ae88e96a7fee48843fc.tar.gz freebsd-ports-gnome-0d2cfd3737c00edfc9bc5ae88e96a7fee48843fc.tar.zst freebsd-ports-gnome-0d2cfd3737c00edfc9bc5ae88e96a7fee48843fc.zip |
Fix breakage with portupgrade(1).
Submitted by: mezz
Approved by: portmgr hat
-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 |