summaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2001-03-29 11:02:52 +0000
committerGary Jennejohn <gj@FreeBSD.org>2001-03-29 11:02:52 +0000
commit1d7511e925b2ece9a2b2ea0f1335f4c749e6e408 (patch)
treedd3d3e2b211a6d54a58875388559fe84266ffce8 /editors/xvile
parentAdd to kde category. (diff)
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/xvile')
-rw-r--r--editors/xvile/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \