diff options
author | gerald <gerald@FreeBSD.org> | 2015-04-20 06:07:22 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-04-20 06:07:22 +0800 |
commit | 41775dc19fbacdcff4eb9c1f144912e464c1cbc8 (patch) | |
tree | a5d83d4b7ee0a6954010297f15a91fdfab62e03d /lang | |
parent | 84ca74660d3e6b85c6c065d66cc9f052f090a758 (diff) | |
download | freebsd-ports-gnome-41775dc19fbacdcff4eb9c1f144912e464c1cbc8.tar.gz freebsd-ports-gnome-41775dc19fbacdcff4eb9c1f144912e464c1cbc8.tar.zst freebsd-ports-gnome-41775dc19fbacdcff4eb9c1f144912e464c1cbc8.zip |
Update the comment that describes the relationship of PORTVERSION and
GCC_VERSION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index 8b7c332001ce..39934169f97e 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -30,7 +30,7 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. A PORTVERSION of -# Y.2.s20140817 results in values of Y-20140817, Y.2.0, and Y +# Y.2.1.s20140817 results in values of Y-20140817, Y.2.1, and Y # for these three. DISTVERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} |