diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2010-12-19 13:05:56 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2010-12-19 13:05:56 +0000 |
commit | f3286484899b1a25d336e79c2c57eff60e1a8fa0 (patch) | |
tree | 4a1eeb12296b94b42ccc00558f88e2beba0e5889 /editors/vile | |
parent | 127d67629e0a89e5d6f0c987c5a9e27d7a986c2a (diff) | |
download | ports-f3286484899b1a25d336e79c2c57eff60e1a8fa0.tar.gz ports-f3286484899b1a25d336e79c2c57eff60e1a8fa0.zip |
Notes
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 6652f3f904fc..b991cbebcd6d 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -8,13 +8,13 @@ PORTNAME= vile PORTVERSION= 9.8c CATEGORIES= editors -MASTER_SITES= ftp://dickey.his.com/vile/ \ - ftp://invisible-island.net/vile/ \ - ftp://ftp.phred.org/pub/vile/ +MASTER_SITES= ftp://dickey.his.com/vile/current/ \ + ftp://invisible-island.net/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 |