aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-09-25 20:59:08 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-09-25 20:59:08 +0000
commit9d405526f70b879bd9738e74806f6e97654d99b3 (patch)
tree462a2232984815ffdad1c6291d3b17ae0489da5b /lang
parent741ab9c60db46bd617350f733979a333bbddb01e (diff)
downloadports-9d405526f70b879bd9738e74806f6e97654d99b3.tar.gz
ports-9d405526f70b879bd9738e74806f6e97654d99b3.zip
* Match up distfiles and their respective master sites.
* Mark the bootstrap as i386-only. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=67144
Diffstat (limited to 'lang')
-rw-r--r--lang/gnat/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index a42075dfd9d4..00a966fc42b9 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -16,10 +16,12 @@
PORTNAME= gnat
PORTVERSION= 3.14p
CATEGORIES= lang
-MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/ \
- ${MASTER_SITE_LOCAL} ${MASTER_SITE_GNU}
+MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/${PORTVERSION}/:gnat \
+ ${MASTER_SITE_LOCAL}:boot \
+ ${MASTER_SITE_GNU}:gcc
MASTER_SITE_SUBDIR= gcc deischen/gcc .
-DISTFILES= ${GNATNAME}.tgz gcc-2.8.1.tar.gz
+DISTFILES= ${GNATNAME}.tgz:gnat \
+ gcc-2.8.1.tar.gz:gcc
MAINTAINER= eischen@vigrid.com
@@ -91,7 +93,8 @@ BROKEN= "Cannot build with or for an aout compiler."
.endif
.if empty(have_boot)
-DISTFILES+= gnat-3.13p-boot.tar.gz
+ONLY_FOR_ARCHS= i386
+DISTFILES+= gnat-3.13p-boot.tar.gz:boot
# Warning! You need the trailing slash on GCC_EXEC_PREFIX.
COMPILEDATA= GCC_EXEC_PREFIX=${WRKDIR}/adaboot/lib/gcc-lib/ \
ADA_INCLUDE_PATH=${WRKDIR}/adaboot/lib/gcc-lib/adainclude \