diff options
author | netchild <netchild@FreeBSD.org> | 2003-09-06 18:09:19 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-09-06 18:09:19 +0800 |
commit | 57b00616797d7d18903309d07036ad3ba1829d2e (patch) | |
tree | b341d8dcd50f83d8b6bb245d28d65aff0427eaeb /lang/icc/Makefile | |
parent | fb1f23acb0d1c5d008af7ee16a9659b04ea9495d (diff) | |
download | freebsd-ports-gnome-57b00616797d7d18903309d07036ad3ba1829d2e.tar.gz freebsd-ports-gnome-57b00616797d7d18903309d07036ad3ba1829d2e.tar.zst freebsd-ports-gnome-57b00616797d7d18903309d07036ad3ba1829d2e.zip |
Update to 7.1.028.
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 8c77d67081a5..c5bc0050cd64 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -6,8 +6,8 @@ # PORTNAME= icc -PORTVERSION= 7.1.027 -PORTREVISION= 1 +PORTVERSION= 7.1.028 +#PORTREVISION= 1 CATEGORIES= lang linux devel MASTER_SITES= DISTNAME= l_cc_pc_${PORTVERSION} @@ -64,12 +64,12 @@ post-extract: ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude .endif .for i in \ - intel-icc7-7.1-28.i386.rpm -# intel-iidb7-7.2.2-58.i386.rpm \ -# intel-isubh7-7.1-28.i386.rpm \ -# intel-ecc7-7.1-28.ia64.rpm \ -# intel-eidb7-7.2.2-58.ia64.rpm \ -# intel-esubh7-7.1-28.ia64.rpm + intel-icc7-7.1-29.i386.rpm +# intel-iidb7-7.2.2-61.i386.rpm \ +# intel-isubh7-7.1-29.i386.rpm \ +# intel-ecc7-7.1-29.ia64.rpm \ +# intel-eidb7-7.2.2-61.ia64.rpm \ +# intel-esubh7-7.1-29.ia64.rpm @cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \ ${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet .endfor |