diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2001-03-29 11:02:52 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2001-03-29 11:02:52 +0000 |
commit | 1d7511e925b2ece9a2b2ea0f1335f4c749e6e408 (patch) | |
tree | dd3d3e2b211a6d54a58875388559fe84266ffce8 /editors/vile | |
parent | 70923d54b4911557c2219f529a58d5af40085b06 (diff) | |
download | ports-1d7511e925b2ece9a2b2ea0f1335f4c749e6e408.tar.gz ports-1d7511e925b2ece9a2b2ea0f1335f4c749e6e408.zip |
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
Notes
Notes:
svn path=/head/; revision=40524
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 1034b6680caf..4e5a7a258e2d 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -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 \ |