diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-18 19:49:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-18 19:49:11 +0000 |
commit | 64dc37489422f303f07ac8ec468ee5a0945f1e5d (patch) | |
tree | 850d0e75fe4b1619d21c37c74e8439fc5433f6bf /devel/mipsel-linux-gcc | |
parent | c7ddbf580c3ed6f042fa1524882c2c89ff18406d (diff) | |
download | ports-64dc37489422f303f07ac8ec468ee5a0945f1e5d.tar.gz ports-64dc37489422f303f07ac8ec468ee5a0945f1e5d.zip |
Notes
Diffstat (limited to 'devel/mipsel-linux-gcc')
-rw-r--r-- | devel/mipsel-linux-gcc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/mipsel-linux-gcc/Makefile b/devel/mipsel-linux-gcc/Makefile index a3ea110fd3f2..b77bd13f8228 100644 --- a/devel/mipsel-linux-gcc/Makefile +++ b/devel/mipsel-linux-gcc/Makefile @@ -10,9 +10,8 @@ PORTVERSION= 2.97 PORTREVISION= 1 CATEGORIES= devel #MASTER_SITES= ftp://ftp.agendacomputing.com/pub/dev/snow/snap-02212000/src/ -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=dinoex - PKGNAMEPREFIX= mipsel-linux- MAINTAINER= lev@serebryakov.spb.ru @@ -37,6 +36,7 @@ ONLY_FOR_ARCHS= i386 alpha MAKE_ENV= PATH=${PREFIX}/bin:${PATH} USE_GMAKE= yes USE_LIBTOOL= yes +USE_PERL5= yes LIBTOOLFILES= configure gcc/configure MAN1= ${PKGNAMEPREFIX}g++.1 ${PKGNAMEPREFIX}gcc.1 cpp.1 gcov.1 @@ -45,7 +45,7 @@ GCC_REV= 2.97 PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${PKGNAMEPREFIX:S/-$//} \ GCC_REV=${GCC_REV} -BINARIES = gcc g++ c++ cpp +BINARIES= gcc g++ c++ cpp post-configure: @${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=).+$$,\1,' ${WRKSRC}/Makefile |