diff options
author | marino <marino@FreeBSD.org> | 2015-03-13 21:32:37 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-13 21:32:37 +0800 |
commit | ed5809bd90d7186a25a0dbba62a887177bf1c289 (patch) | |
tree | 486bb10663cc8d13fdfd860b7b3b034f211628dd /lang | |
parent | bab937cbc160c9628d12ad33e182a07fc91c3f07 (diff) | |
download | freebsd-ports-gnome-ed5809bd90d7186a25a0dbba62a887177bf1c289.tar.gz freebsd-ports-gnome-ed5809bd90d7186a25a0dbba62a887177bf1c289.tar.zst freebsd-ports-gnome-ed5809bd90d7186a25a0dbba62a887177bf1c289.zip |
lang/gcc47-aux: Fix typo in DEPRECATED message
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc47-aux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc47-aux/Makefile b/lang/gcc47-aux/Makefile index 9f132022e4ae..a0142b62c8d7 100644 --- a/lang/gcc47-aux/Makefile +++ b/lang/gcc47-aux/Makefile @@ -16,7 +16,7 @@ COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -DEPRECATED= GCC 4.7 branched closed June 2014, move to lang/gcc-aux +DEPRECATED= GCC 4.7 branch closed June 2014, move to lang/gcc-aux EXPIRATION_DATE= 2015-05-31 .include "${.CURDIR}/Makefile.common" |