diff options
author | netchild <netchild@FreeBSD.org> | 2003-04-24 23:08:34 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-04-24 23:08:34 +0800 |
commit | e1869b7802946a8a9209bc4747b41d963552e69a (patch) | |
tree | a377f16469701608bf07ce1f6f249e512de18530 /lang/icc/Makefile | |
parent | 4afbab47ac91b681013c343d797ecae408a32682 (diff) | |
download | freebsd-ports-gnome-e1869b7802946a8a9209bc4747b41d963552e69a.tar.gz freebsd-ports-gnome-e1869b7802946a8a9209bc4747b41d963552e69a.tar.zst freebsd-ports-gnome-e1869b7802946a8a9209bc4747b41d963552e69a.zip |
Update to 7.1.011.
Diffstat (limited to 'lang/icc/Makefile')
-rw-r--r-- | lang/icc/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 31e139421d0f..e057893c43cf 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -6,11 +6,10 @@ # PORTNAME= icc -PORTVERSION= 7.1.006 -PORTREVISION= 2 +PORTVERSION= 7.1.011 CATEGORIES= lang linux devel MASTER_SITES= -DISTNAME= l_cc_p_${PORTVERSION} +DISTNAME= l_cc_pu_${PORTVERSION} EXTRACT_SUFX= .tar MAINTAINER= netchild@FreeBSD.org @@ -63,12 +62,12 @@ post-extract: ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude .endif .for i in \ - intel-icc7-7.1-6.i386.rpm -# intel-ildb7-7.1-11.i386.rpm \ -# intel-isubh7-7.1-6.i386.rpm \ -# intel-ecc7-7.1-6.ia64.rpm \ -# intel-eldb7-7.1-11.ia64.rpm \ -# intel-esubh7-7.1-6.ia64.rpm + 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 @cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \ ${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet .endfor |