svn commit: r357256 - head/devel/mingw32-libffi

Akinori MUSHA knu at FreeBSD.org
Tue Jun 10 04:10:06 UTC 2014


Author: knu
Date: Tue Jun 10 04:10:05 2014
New Revision: 357256
URL: http://svnweb.freebsd.org/changeset/ports/357256
QAT: https://qat.redports.org/buildarchive/r357256/

Log:
  Remove NO_STAGE.

Modified:
  head/devel/mingw32-libffi/Makefile

Modified: head/devel/mingw32-libffi/Makefile
==============================================================================
--- head/devel/mingw32-libffi/Makefile	Tue Jun 10 04:09:40 2014	(r357255)
+++ head/devel/mingw32-libffi/Makefile	Tue Jun 10 04:10:05 2014	(r357256)
@@ -20,15 +20,15 @@ CC=		${PKGNAMEPREFIX}gcc
 CFLAGS=		-O2	# Override CFLAGS for a cross-build
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's,^INFO_DEPS[ \t]*=,#&,' \
 	                 -e '/^SUBDIRS[ \t]*=/s, man$$,,' \
 	                 ${WRKSRC}/Makefile.in
 
 post-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/mingw32/include
 	${INSTALL_DATA} \
-		${PREFIX}/mingw32/lib/libffi-${PORTVERSION}/include/*.h \
-		${PREFIX}/mingw32/include/
+		${STAGEDIR}${PREFIX}/mingw32/lib/libffi-${PORTVERSION}/include/*.h \
+		${STAGEDIR}${PREFIX}/mingw32/include/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list