diff options
author | maho <maho@FreeBSD.org> | 2003-07-12 04:17:57 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-12 04:17:57 +0000 |
commit | e8e470f27aa4ab8030be8178428c00af2f9bb147 (patch) | |
tree | 66328d1e5a36167a296c83a3fdf1125ae2622c0f /lang/ifc/Makefile | |
parent | 51b7c8f2f5fa7a42ee26d30f93be2ce31b5adcc8 (diff) | |
download | FreeBSD-ports-e8e470f27aa4ab8030be8178428c00af2f9bb147.zip FreeBSD-ports-e8e470f27aa4ab8030be8178428c00af2f9bb147.tar.gz |
Update to 7.1.024
Reported by: Ali Faiez Taha <aftaha@cirp.usp.br>
jed <kallen-j@unbc.ca>
Diffstat (limited to 'lang/ifc/Makefile')
-rw-r--r-- | lang/ifc/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index 7b70521..8a17575 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -6,10 +6,10 @@ # PORTNAME= ifc -PORTVERSION= 7.1.016 +PORTVERSION= 7.1.024 CATEGORIES= lang linux devel MASTER_SITES= -DISTNAME= l_fc_pu_${PORTVERSION} +DISTNAME= l_fc_pc_${PORTVERSION} EXTRACT_SUFX= .tar MAINTAINER= maho@FreeBSD.org @@ -62,10 +62,10 @@ post-extract: ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude .endif .for i in \ - intel-ifc7-7.1-14.i386.rpm -# intel-iidb7-7.1-26.i386.rpm \ -# intel-efc7-7.1-14.ia64.rpm \ -# intel-eidb7-7.1-26.ia64.rpm + intel-ifc7-7.1-25.i386.rpm +# intel-iidb7-7.1-46.i386.rpm \ +# intel-efc7-7.1-25.ia64.rpm \ +# intel-eidb7-7.1-46.ia64.rpm @cd ${WRKSRC} ; rpm2cpio 2>/dev/null ${i} | \ ${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet .endfor |