aboutsummaryrefslogtreecommitdiffstats
path: root/lang/icc/Makefile
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2004-06-03 19:19:01 +0800
committernetchild <netchild@FreeBSD.org>2004-06-03 19:19:01 +0800
commit324e13f30b42f67ccf78925776ba3ffb6c78154d (patch)
tree829c274aa993eb02b27323937f4615ff55f62b2f /lang/icc/Makefile
parent0b86aa5da2779a8fa47dec2f53052d21af056e9b (diff)
downloadfreebsd-ports-gnome-324e13f30b42f67ccf78925776ba3ffb6c78154d.tar.gz
freebsd-ports-gnome-324e13f30b42f67ccf78925776ba3ffb6c78154d.tar.zst
freebsd-ports-gnome-324e13f30b42f67ccf78925776ba3ffb6c78154d.zip
Change the way we handle the version numbering to be more correct
to the way pkg_version handles it. Submitted by: eik
Diffstat (limited to 'lang/icc/Makefile')
-rw-r--r--lang/icc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index 42922665b533..9243f6bd1acd 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= icc
-PORTVERSION= 8.0.066.p067.1
+PORTVERSION= 8.0.066p067.1
CATEGORIES= lang linux devel
MASTER_SITES=
-DISTNAME= l_cc_pc_${PORTVERSION:C/\.p.+$//}
+DISTNAME= l_cc_pc_${PORTVERSION:C/p.+$//}
MAINTAINER= netchild@FreeBSD.org
COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD binaries