aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2014-06-10 12:10:05 +0800
committerknu <knu@FreeBSD.org>2014-06-10 12:10:05 +0800
commitebacdc21b773de50d161c36b4a45c8c22fd9dca5 (patch)
tree36edf0dd61638dea333735222022f6f6d568daf4
parent92dc4dff091bf315b6d18c25bc8470af4bfec641 (diff)
downloadfreebsd-ports-gnome-ebacdc21b773de50d161c36b4a45c8c22fd9dca5.tar.gz
freebsd-ports-gnome-ebacdc21b773de50d161c36b4a45c8c22fd9dca5.tar.zst
freebsd-ports-gnome-ebacdc21b773de50d161c36b4a45c8c22fd9dca5.zip
Remove NO_STAGE.
-rw-r--r--devel/mingw32-libffi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/mingw32-libffi/Makefile b/devel/mingw32-libffi/Makefile
index 7eb0b0fb273c..e621a155e54a 100644
--- a/devel/mingw32-libffi/Makefile
+++ b/devel/mingw32-libffi/Makefile
@@ -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>
>2006-07-012-4/+4 * Update to 1.1 release.ale2006-04-214-11/+8 * Update to 1.0.0-rc1 release.ale2005-11-216-186/+81 * - Add support for php 5.0.5ale2005-10-084-1/+100 * Update to 0.9.7 release.ale2005-10-063-3/+7 * Update to 0.9.6 final release.ale2004-08-243-3/+4 * Update to 0.9.6RC2.ale2004-07-213-3/+39 * Update to 0.9.6RC1 release:ale2004-07-194-17/+25 * Remove lang/php4/bsd.php.mk and switch every ports depending on PHP toale2004-02-091-4/+2 * - Use bsd.php.mkale2004-01-293-11/+15 * Switch to my @FreeBSD.org email address.ale2004-01-182-2/+2 * Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Fix display of pkg-message when installing as packagepat2002-05-241-1/+6 * - Correct PREFIX/LOCALBASEpat2002-05-233-16/+29