Index: head/devel/mingw32-directx/Makefile =================================================================== --- head/devel/mingw32-directx/Makefile (revision 499574) +++ head/devel/mingw32-directx/Makefile (revision 499575) @@ -1,28 +1,28 @@ # Created by: Ed Schouten # $FreeBSD$ PORTNAME= directx PORTVERSION= 20020518 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://www.libsdl.org/extras/win32/cygwin/ +MASTER_SITES= https://www.libsdl.org/extras/win32/cygwin/ PKGNAMEPREFIX= mingw32- DISTNAME= ${PORTNAME}-devel MAINTAINER= ports@FreeBSD.org COMMENT= DirectX header files for use with MinGW BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:devel/${PKGNAMEPREFIX}gcc \ mingwm10.dll:devel/mingw32-bin-msvcrt NO_WRKSUBDIR= yes NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/mingw32/include .for f in d3dtypes.h ddraw.h dinput.h directx.h dsound.h ${INSTALL_DATA} ${WRKSRC}/include/w32api/$f \ ${STAGEDIR}${PREFIX}/mingw32/include/ .endfor .include Index: head/devel/mingw32-directx/pkg-descr =================================================================== --- head/devel/mingw32-directx/pkg-descr (revision 499574) +++ head/devel/mingw32-directx/pkg-descr (revision 499575) @@ -1,5 +1,5 @@ DirectX header files for use with MinGW. These header files are used by the SDL project to compile SDL on Cygwin, but can also be used to compile native applications for Windows with MinGW. -WWW: http://www.libsdl.org/extras/win32/cygwin/README.txt +WWW: https://www.libsdl.org/extras/win32/cygwin/README.txt