aboutsummaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2010-12-19 13:05:56 +0000
committerGary Jennejohn <gj@FreeBSD.org>2010-12-19 13:05:56 +0000
commitf3286484899b1a25d336e79c2c57eff60e1a8fa0 (patch)
tree4a1eeb12296b94b42ccc00558f88e2beba0e5889 /editors/xvile
parent127d67629e0a89e5d6f0c987c5a9e27d7a986c2a (diff)
downloadports-f3286484899b1a25d336e79c2c57eff60e1a8fa0.tar.gz
ports-f3286484899b1a25d336e79c2c57eff60e1a8fa0.zip
Fix MASTER_SITES to point to the correct directory. Also modify
PATCH_SITES to reflect these changes.
Notes
Notes: svn path=/head/; revision=266586
Diffstat (limited to 'editors/xvile')
-rw-r--r--editors/xvile/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 23381eba2447..34638b49c120 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -8,13 +8,13 @@
PORTNAME= xvile
PORTVERSION= 9.8c
CATEGORIES= editors
-MASTER_SITES= ftp://invisible-island.net/vile/ \
- ftp://dickey.his.com/vile/ \
- ftp://ftp.phred.org/pub/vile/
+MASTER_SITES= ftp://invisible-island.net/vile/current/ \
+ ftp://dickey.his.com/vile/current/ \
+ ftp://ftp.phred.org/pub/vile/current/
DISTNAME= vile-9.8c
EXTRACT_SUFX= .tgz
-PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
+PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g}
PATCHFILES=
MAINTAINER= gj@FreeBSD.org