diff options
Diffstat (limited to 'editors/chexedit/Makefile')
-rw-r--r-- | editors/chexedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index 98b8b8757bdb..f699c876d288 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -2,13 +2,13 @@ PORTNAME= chexedit PORTVERSION= 0.9.7 PORTREVISION= 2 CATEGORIES= editors -MASTER_SITES= http://www.rogoyski.com/adam/programs/hexedit/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://www.rogoyski.com/adam/programs/hexedit/ \ + https://mirror.amdmi3.ru/distfiles/ DISTNAME= hexedit-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Full screen text mode Hex editor using the [n]curses library -WWW= http://www.rogoyski.com/adam/programs/hexedit/ +WWW= https://www.rogoyski.com/adam/programs/hexedit/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING |