diff options
author | flz <flz@FreeBSD.org> | 2009-06-23 20:25:30 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-06-23 20:25:30 +0800 |
commit | a124cf0764737472c8a5a639aab10440850eb457 (patch) | |
tree | 9df41c54713c146b5eaffa27273fb841473ea15c | |
parent | f1585d762c4aed2c8a061da39661fda223aaa5b9 (diff) | |
download | freebsd-ports-gnome-a124cf0764737472c8a5a639aab10440850eb457.tar.gz freebsd-ports-gnome-a124cf0764737472c8a5a639aab10440850eb457.tar.zst freebsd-ports-gnome-a124cf0764737472c8a5a639aab10440850eb457.zip |
Fix fetching.
PR: ports/135699
Submitted by: Radim Kolar
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |