diff options
author | gerald <gerald@FreeBSD.org> | 2017-06-15 05:31:11 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-06-15 05:31:11 +0800 |
commit | 7a4510fbd22557a815a840b5bd8ccb37de92a9a0 (patch) | |
tree | c18b6578f5e6ec6acd13e0bdc330e70eafec90a0 /lang/gcc48 | |
parent | d8fe6929612b5a49ba25b3fba5c4975272872013 (diff) | |
download | freebsd-ports-gnome-7a4510fbd22557a815a840b5bd8ccb37de92a9a0.tar.gz freebsd-ports-gnome-7a4510fbd22557a815a840b5bd8ccb37de92a9a0.tar.zst freebsd-ports-gnome-7a4510fbd22557a815a840b5bd8ccb37de92a9a0.zip |
Adjust WWW reference in pkg-descr to https and avoid a trailing slash
for all lang/gcc4* ports.
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/pkg-descr b/lang/gcc48/pkg-descr index 07e1504d4a2f..1a47d41f27f0 100644 --- a/lang/gcc48/pkg-descr +++ b/lang/gcc48/pkg-descr @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, and Fortran front ends as gcc48, g++48, and gfortran48, respectively. -WWW: http://gcc.gnu.org/ +WWW: https://gcc.gnu.org Gerald Pfeifer <gerald@FreeBSD.org> |