svn commit: r329509 - head/x11/ecore-x11

Grzegorz Blach gblach at FreeBSD.org
Sat Oct 5 21:34:52 UTC 2013


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>


More information about the svn-ports-head mailing list