diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-24 03:07:36 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-24 03:07:36 +0000 |
commit | df89bfc177782c234a376d2c4b58a3fc8260ca39 (patch) | |
tree | 4727caa7593349d38068bfefb4e54f617b734db0 /palm | |
parent | support MOTIFLIB (diff) |
* Location of binutils distfile moved-- add MASTER_SITE_SUBDIR
Notes
Notes:
svn path=/head/; revision=18107
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 a76d861240ab..d6b4ab469275 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 |