diff --git a/devel/mingw32-directx/Makefile b/devel/mingw32-directx/Makefile index a12f6919cafd..8d8896a00090 100644 --- a/devel/mingw32-directx/Makefile +++ b/devel/mingw32-directx/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.libsdl.org/extras/win32/cygwin/ PKGNAMEPREFIX= mingw32- DISTNAME= ${PORTNAME}-devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= DirectX header files for use with MinGW BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ @@ -17,11 +17,11 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ NO_WRKSUBDIR= yes NO_BUILD= yes -NO_STAGE= 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 \ - ${LOCALBASE}/mingw32/include/ + ${STAGEDIR}${PREFIX}/mingw32/include/ .endfor .include diff --git a/devel/mingw32-directx/pkg-plist b/devel/mingw32-directx/pkg-plist index 59a7a294b939..29a2e79e117e 100644 --- a/devel/mingw32-directx/pkg-plist +++ b/devel/mingw32-directx/pkg-plist @@ -3,3 +3,4 @@ mingw32/include/ddraw.h mingw32/include/dinput.h mingw32/include/directx.h mingw32/include/dsound.h +@dirrmtry mingw32/include