diff options
author | maho <maho@FreeBSD.org> | 2004-07-10 17:50:50 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-07-10 17:50:50 +0800 |
commit | 09b144833c013b9d7dea425a7e6952c237ad09eb (patch) | |
tree | 006eded52dff61df171015bbbaf9324fbccddcef /lang/ifc/Makefile | |
parent | 6e4f55a4b217af9a46ce78fcf63f55e6c7878732 (diff) | |
download | freebsd-ports-gnome-09b144833c013b9d7dea425a7e6952c237ad09eb.tar.gz freebsd-ports-gnome-09b144833c013b9d7dea425a7e6952c237ad09eb.tar.zst freebsd-ports-gnome-09b144833c013b9d7dea425a7e6952c237ad09eb.zip |
Correct DISTFILES
Diffstat (limited to 'lang/ifc/Makefile')
-rw-r--r-- | lang/ifc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index f2e3709b5ea5..79b0219373a0 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -9,7 +9,7 @@ PORTNAME= ifc PORTVERSION= 8.0.046p049.1 CATEGORIES= lang linux devel MASTER_SITES= -DISTNAME= l_fc_pc_${PORTVERSION:C/\.p.+$//} +DISTNAME= l_fc_pc_${PORTVERSION:C/p.+$//} MAINTAINER= maho@FreeBSD.org COMMENT= Intel's Fortran compiler, set up to produce native FreeBSD binaries |