diff options
author | knu <knu@FreeBSD.org> | 2014-06-10 12:10:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2014-06-10 12:10:05 +0800 |
commit | ebacdc21b773de50d161c36b4a45c8c22fd9dca5 (patch) | |
tree | 36edf0dd61638dea333735222022f6f6d568daf4 | |
parent | 92dc4dff091bf315b6d18c25bc8470af4bfec641 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |