aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-19 23:22:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-19 23:22:02 +0800
commit05d3f6e469a8845f4baad05ce75757878c6f1e04 (patch)
tree4ba29cb1b606b9482d4632d3f6a0c2f3e2830b86 /editors
parent2abcbf3739cfe9e0fd4c63811142dfb7c0d54a43 (diff)
downloadfreebsd-ports-gnome-05d3f6e469a8845f4baad05ce75757878c6f1e04.tar.gz
freebsd-ports-gnome-05d3f6e469a8845f4baad05ce75757878c6f1e04.tar.zst
freebsd-ports-gnome-05d3f6e469a8845f4baad05ce75757878c6f1e04.zip
- Fix fetch of BADPATCHES
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 0aef35fa46c1..9f024d528dc2 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -5,12 +5,13 @@ PORTNAME= vim
PORTVERSION= 7.4.${PATCHLEVEL}
PORTREVISION?= 0
CATEGORIES?= editors
-MASTER_SITES= VIM
+MASTER_SITES= VIM \
+ LOCAL/sunpoet/${PORTNAME}
DISTFILES= ${PORTNAME}-${PORTVERSION:R}${EXTRACT_SUFX}
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION:R}${EXTRACT_SUFX}
-PATCH_SITES= ${MASTER_SITES:S|unix|patches/${PORTVERSION:R}|} \
+PATCH_SITES= ${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|} \
LOCAL/sunpoet/${PORTNAME}
MAINTAINER?= sunpoet@FreeBSD.org