diff options
Diffstat (limited to 'lang/icc/Makefile')
-rw-r--r-- | lang/icc/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index e2ec6bf95863..2551876fd9c4 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -6,8 +6,8 @@ # PORTNAME= icc -PORTVERSION= 7.1.011 -PORTREVISION= 1 +PORTVERSION= 7.1.014 +#PORTREVISION= 1 CATEGORIES= lang linux devel MASTER_SITES= DISTNAME= l_cc_pu_${PORTVERSION} @@ -63,12 +63,12 @@ post-extract: ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude .endif .for i in \ - intel-icc7-7.1-9.i386.rpm -# intel-iidb7-7.1-19.i386.rpm \ -# intel-isubh7-7.1-9.i386.rpm \ -# intel-ecc7-7.1-9.ia64.rpm \ -# intel-eidb7-7.1-19.ia64.rpm \ -# intel-esubh7-7.1-9.ia64.rpm + intel-icc7-7.1-12.i386.rpm +# intel-iidb7-7.1-25.i386.rpm \ +# intel-isubh7-7.1-12.i386.rpm \ +# intel-ecc7-7.1-12.ia64.rpm \ +# intel-eidb7-7.1-25.ia64.rpm \ +# intel-esubh7-7.1-12.ia64.rpm @cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \ ${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet .endfor |