Change the way we handle the version numbering to be more correct
to the way pkg_version handles it. Submitted by: eik
This commit is contained in:
parent
531c941fd6
commit
d5b092ee1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110750
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user