In the PATCH_SITES line add a `/'' to the end of `patches'' so that

fetch actually enters the directory.

Reported by:	Fenner's port survey
This commit is contained in:
Gary Jennejohn 2001-03-29 11:02:52 +00:00
parent 70923d54b4
commit 1d7511e925
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40524
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ DISTNAME= vile-9.2
CATEGORIES= editors
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
ftp://dickey.his.com/vile/
PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches,g}
PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
PATCHFILES= vile-9.2a.patch.gz \
vile-9.2b.patch.gz \
vile-9.2c.patch.gz \

View file

@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
DISTNAME= vile-9.2
EXTRACT_SUFX= .tgz
PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches,g}
PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g}
PATCHFILES= vile-9.2a.patch.gz \
vile-9.2b.patch.gz \
vile-9.2c.patch.gz \