aboutsummaryrefslogtreecommitdiff
path: root/lang/icc/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-08-21 14:55:43 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-08-21 14:55:43 +0000
commitd3c350851686f8ab4f507c3bde93a4039c702204 (patch)
treedd014e690b817301e75c9b9812b56a1b75e48c96 /lang/icc/Makefile
parent176d1c94fbb4d05c924d150c739dd9cdc1931d0f (diff)
downloadports-d3c350851686f8ab4f507c3bde93a4039c702204.tar.gz
ports-d3c350851686f8ab4f507c3bde93a4039c702204.zip
- Update to 7.1.027.
- Teach the ld wrapper about /libexec on a recent -current. [1] Submitted by: Marius Strobl <marius@alchemy.franken.de> [1]
Notes
Notes: svn path=/head/; revision=87452
Diffstat (limited to 'lang/icc/Makefile')
-rw-r--r--lang/icc/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index af00f311b0e7..04ef8717e7ba 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= icc
-PORTVERSION= 7.1.025
+PORTVERSION= 7.1.027
#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-26.i386.rpm
-# intel-iidb7-7.2.2-54.i386.rpm \
-# intel-isubh7-7.1-26.i386.rpm \
-# intel-ecc7-7.1-26.ia64.rpm \
-# intel-eidb7-7.2.2-54.ia64.rpm \
-# intel-esubh7-7.1-26.ia64.rpm
+ 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
@cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \
${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet
.endfor