summaryrefslogtreecommitdiff
path: root/lang/gnat
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2005-11-28 06:43:27 +0000
committerBill Fenner <fenner@FreeBSD.org>2005-11-28 06:43:27 +0000
commit4cd2092a8b56cbd1f3a570775262dc0053a3022c (patch)
tree7f438f5c4e7c36fd3eb1b16e473e3fa47eee1a94 /lang/gnat
parentRemove dead mastersite per distfile survey. (diff)
Use the right syntax for a ${MASTER_SITE_foo} with a distfile group.
Notes
Notes: svn path=/head/; revision=149748
Diffstat (limited to 'lang/gnat')
-rw-r--r--lang/gnat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index d20fe1dc230e..6b1dda0854a6 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -20,7 +20,7 @@ PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/:gnat \
http://libre.act-europe.fr/GNAT/${PORTVERSION}/:gnat \
- ${MASTER_SITE_LOCAL}:boot \
+ ${MASTER_SITE_LOCAL:S/$/:boot/} \
ftp://ftp.gnu.org/pub/gnu/gcc/:gcc
MASTER_SITE_SUBDIR= gcc/:gcc deischen/gcc/:boot
DISTFILES= ${GNATNAME}.tgz:gnat \