diff options
author | dirk <dirk@FreeBSD.org> | 1999-02-02 16:24:38 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-02-02 16:24:38 +0000 |
commit | 5a4308e084b743b1572c95866fd2086ffa1e68ac (patch) | |
tree | 725424c5200e58e1c25561f4837a850d575ef6d5 /palm | |
parent | 2810ecd5574b878524b66454c6f043720c628ee2 (diff) | |
download | FreeBSD-ports-5a4308e084b743b1572c95866fd2086ffa1e68ac.zip FreeBSD-ports-5a4308e084b743b1572c95866fd2086ffa1e68ac.tar.gz |
Remove BROKEN_ELF:
replace /usr/bin/perl in ${WRKSRC}/stubgen with ${PERL5}.
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 f64bb4b..a76d8612 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: |