diff options
author | Glen Barber <gjb@FreeBSD.org> | 2013-04-26 04:02:49 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2013-04-26 04:02:49 +0000 |
commit | 3360b993f53ff68a7d1218dd9b6d20111a0a47ea (patch) | |
tree | bcd4ed5d232f4ac87b53d987dbbc20b588c8110d /textproc/codespell | |
parent | afe61879617185d745cbd5a9028d3eb0c36096c6 (diff) | |
download | ports-3360b993f53ff68a7d1218dd9b6d20111a0a47ea.tar.gz ports-3360b993f53ff68a7d1218dd9b6d20111a0a47ea.zip |
Notes
Diffstat (limited to 'textproc/codespell')
-rw-r--r-- | textproc/codespell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile index 4ac113f0d528..9da953270a9d 100644 --- a/textproc/codespell/Makefile +++ b/textproc/codespell/Makefile @@ -6,7 +6,7 @@ PORTNAME= codespell PORTVERSION= 1.5 CATEGORIES= textproc MASTER_SITES= http://packages.profusion.mobi/${PORTNAME}/ \ - http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ + https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ EXTRACT_SUFX= .tar.xz MAINTAINER= gjb@FreeBSD.org |