diff options
author | gj <gj@FreeBSD.org> | 2001-03-29 19:02:52 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2001-03-29 19:02:52 +0800 |
commit | 54fac3a07277fe1eddf0128c0d9960817ee8250f (patch) | |
tree | d8eb78910fc4d8b9120cd235b1108534031e45d9 /editors | |
parent | 1c1e6cab5469344053bf0f70d2de9150560d865c (diff) | |
download | freebsd-ports-gnome-54fac3a07277fe1eddf0128c0d9960817ee8250f.tar.gz freebsd-ports-gnome-54fac3a07277fe1eddf0128c0d9960817ee8250f.tar.zst freebsd-ports-gnome-54fac3a07277fe1eddf0128c0d9960817ee8250f.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
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 2 | ||||
-rw-r--r-- | editors/xvile/Makefile | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 654707899028..8c2445c42292 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -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 \ |