Date: Tue, 8 Jul 2014 07:13:47 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361192 - head/devel/mingw32-directx Message-ID: <201407080713.s687DlUF092065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jul 8 07:13:47 2014 New Revision: 361192 URL: http://svnweb.freebsd.org/changeset/ports/361192 QAT: https://qat.redports.org/buildarchive/r361192/ Log: Stagify. Modified: head/devel/mingw32-directx/Makefile head/devel/mingw32-directx/pkg-plist Modified: head/devel/mingw32-directx/Makefile ============================================================================== --- head/devel/mingw32-directx/Makefile Tue Jul 8 07:07:05 2014 (r361191) +++ head/devel/mingw32-directx/Makefile Tue Jul 8 07:13:47 2014 (r361192) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.libsdl.org/extr 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:${POR 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 <bsd.port.mk> Modified: head/devel/mingw32-directx/pkg-plist ============================================================================== --- head/devel/mingw32-directx/pkg-plist Tue Jul 8 07:07:05 2014 (r361191) +++ head/devel/mingw32-directx/pkg-plist Tue Jul 8 07:13:47 2014 (r361192) @@ -3,3 +3,4 @@ mingw32/include/ddraw.h mingw32/include/dinput.h mingw32/include/directx.h mingw32/include/dsound.h +@dirrmtry mingw32/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407080713.s687DlUF092065>