From a124cf0764737472c8a5a639aab10440850eb457 Mon Sep 17 00:00:00 2001 From: flz Date: Tue, 23 Jun 2009 12:25:30 +0000 Subject: Fix fetching. PR: ports/135699 Submitted by: Radim Kolar --- editors/vim/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 4d21ecdc6574..56e5f53c5616 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -27,7 +27,6 @@ BADPATCHES= 007 036 049 071 072 074 088 089 093 101 138 150 172 191 194 204 205 .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N7.2.${p}} .endfor -PATCHFILES:= ${PATCHFILES:S/041/041%/} MAINTAINER?= obrien@FreeBSD.org COMMENT?= Vi "workalike", with many additional features -- cgit