diff options
author | nectar <nectar@FreeBSD.org> | 1999-04-24 11:07:36 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-04-24 11:07:36 +0800 |
commit | e7e35987d6e13b9391361daac4c1fc19bc917d05 (patch) | |
tree | a0f89f458ee254bb81d9897640eba8255328ed52 /palm | |
parent | bb8b3e7990605f3653ab277f4c191a768001420d (diff) | |
download | freebsd-ports-graphics-e7e35987d6e13b9391361daac4c1fc19bc917d05.tar.gz freebsd-ports-graphics-e7e35987d6e13b9391361daac4c1fc19bc917d05.tar.zst freebsd-ports-graphics-e7e35987d6e13b9391361daac4c1fc19bc917d05.zip |
* Location of binutils distfile moved-- add MASTER_SITE_SUBDIR
Diffstat (limited to 'palm')
-rw-r--r-- | palm/prc-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index a76d861240a..d6b4ab46927 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.10 1999/01/09 08:52:30 asami Exp $ +# $Id: Makefile,v 1.11 1999/02/02 16:24:38 dirk Exp $ # # *WARNING* write access to ${PREFIX} is required DURING build because the # make "all" target actually installs the gnu tools before building the @@ -15,6 +15,7 @@ PKGNAME= prc-tools-0.5.0 CATEGORIES= palm devel MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ \ ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= binutils DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ binutils-2.7.tar.gz gdb-4.16.tar.gz gcc-2.7.2.2.tar.gz |