diff options
author | netchild <netchild@FreeBSD.org> | 2003-10-03 20:12:06 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-10-03 20:12:06 +0800 |
commit | 72c9945c63150f6445da16a691b5a08e462db47d (patch) | |
tree | 5b0514925f36a3fae9fdb84b0eee7dda2cf92ac7 /lang/icc7/Makefile | |
parent | 11a5f48be45890eeb7ad1748e55ecd3b0e431af7 (diff) | |
download | freebsd-ports-gnome-72c9945c63150f6445da16a691b5a08e462db47d.tar.gz freebsd-ports-gnome-72c9945c63150f6445da16a691b5a08e462db47d.tar.zst freebsd-ports-gnome-72c9945c63150f6445da16a691b5a08e462db47d.zip |
Update to 7.1.030.
Diffstat (limited to 'lang/icc7/Makefile')
-rw-r--r-- | lang/icc7/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index 583e3ff59795..ee9461193b7f 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icc -PORTVERSION= 7.1.029 +PORTVERSION= 7.1.030 #PORTREVISION= 1 CATEGORIES= lang linux devel MASTER_SITES= @@ -64,12 +64,12 @@ post-extract: ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude .endif .for i in \ - intel-icc7-7.1-30.i386.rpm -# intel-iidb7-7.2.2-63.i386.rpm \ -# intel-isubh7-7.1-30.i386.rpm \ -# intel-ecc7-7.1-30.ia64.rpm \ -# intel-eidb7-7.2.2-63.ia64.rpm \ -# intel-esubh7-7.1-30.ia64.rpm + intel-icc7-7.1-31.i386.rpm +# intel-iidb7-7.2.2-64.i386.rpm \ +# intel-isubh7-7.1-31.i386.rpm \ +# intel-ecc7-7.1-31.ia64.rpm \ +# intel-eidb7-7.2.2-64.ia64.rpm \ +# intel-esubh7-7.1-31.ia64.rpm @cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \ ${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet .endfor |