diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-02 16:24:38 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-02 16:24:38 +0000 |
commit | 17402c448de847017d73b11b4c4bbb7344f5558f (patch) | |
tree | bd2c193f82ac1ecc11fb4219173fe90e9f399873 /palm | |
parent | 3a818cc70f3db205ddd8a7eac5e87abd95f3762f (diff) | |
download | ports-17402c448de847017d73b11b4c4bbb7344f5558f.tar.gz ports-17402c448de847017d73b11b4c4bbb7344f5558f.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/prc-tools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index f64bb4b5d1ae..a76d861240ab 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.9 1998/10/12 20:42:33 jseger Exp $ +# $Id: Makefile,v 1.10 1999/01/09 08:52:30 asami Exp $ # # *WARNING* write access to ${PREFIX} is required DURING build because the # make "all" target actually installs the gnu tools before building the @@ -18,8 +18,6 @@ MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ binutils-2.7.tar.gz gdb-4.16.tar.gz gcc-2.7.2.2.tar.gz -BROKEN_ELF= stubgen - MAINTAINER= ports@freebsd.org # install things in ${LOCALBASE}/pilot to avoid conflicts @@ -80,6 +78,7 @@ pre-build: # after we apply freebsd patches, apply prc-tool's patches to gcc/gdb/... post-patch: (cd ${WRKSRC} ; make patch) + ${PERL} -i -pe "s|%%PERL5%%|${PERL}|" ${WRKSRC}/stubgen # the info files are redundant post-install: |