Date: Sat, 5 Oct 2013 21:34:51 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329509 - head/x11/ecore-x11 Message-ID: <201310052134.r95LYpaS058249@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gblach Date: Sat Oct 5 21:34:51 2013 New Revision: 329509 URL: http://svnweb.freebsd.org/changeset/ports/329509 Log: - Support staging Approved by: crees, tabthorpe (mentors, implicit) Modified: head/x11/ecore-x11/Makefile Modified: head/x11/ecore-x11/Makefile ============================================================================== --- head/x11/ecore-x11/Makefile Sat Oct 5 21:31:45 2013 (r329508) +++ head/x11/ecore-x11/Makefile Sat Oct 5 21:34:51 2013 (r329509) @@ -25,7 +25,6 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_x INSTALL_WRKSRC= ${BUILD_WRKSRC} XEXTDIR= ${LOCALBASE}/include/X11/extensions -NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-x \ @@ -100,6 +99,6 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/ecore-x.pc \ - ${PREFIX}/libdata/pkgconfig/ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310052134.r95LYpaS058249>