diff options
Diffstat (limited to 'lang/icc/Makefile')
-rw-r--r-- | lang/icc/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 0a5438628039..a275dbb0c827 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icc -PORTVERSION= 7.1.032 +PORTVERSION= 7.1.033 #PORTREVISION= 1 CATEGORIES= lang linux devel MASTER_SITES= @@ -69,12 +69,12 @@ post-extract: ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude .endif .for i in \ - intel-icc7-7.1-32.i386.rpm -# intel-iidb7-7.2.2-68.i386.rpm \ -# intel-isubh7-7.1-32.i386.rpm \ -# intel-ecc7-7.1-32.ia64.rpm \ -# intel-eidb7-7.2.2-68.ia64.rpm \ -# intel-esubh7-7.1-32.ia64.rpm + intel-icc7-7.1-35.i386.rpm +# intel-iidb7-7.2.2-72.i386.rpm \ +# intel-isubh7-7.1-35.i386.rpm \ +# intel-ecc7-7.1-35.ia64.rpm \ +# intel-eidb7-7.2.2-72.ia64.rpm \ +# intel-esubh7-7.1-35.ia64.rpm @cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \ ${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet .endfor |