1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Fix MASTER_SITES to point to the correct directory. Also modify

PATCH_SITES to reflect these changes.
This commit is contained in:
Gary Jennejohn 2010-12-19 13:05:56 +00:00
parent 127d67629e
commit f328648489
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266586
2 changed files with 8 additions and 8 deletions
editors

View File

@ -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

View File

@ -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