svn commit: r345048 - head/graphics/gexiv2

Martin Wilke miwi at FreeBSD.org
Wed Feb 19 09:36:12 UTC 2014


Author: miwi
Date: Wed Feb 19 09:36:11 2014
New Revision: 345048
URL: http://svnweb.freebsd.org/changeset/ports/345048
QAT: https://qat.redports.org/buildarchive/r345048/

Log:
  - Stage support

Modified:
  head/graphics/gexiv2/Makefile

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Wed Feb 19 09:36:00 2014	(r345047)
+++ head/graphics/gexiv2/Makefile	Wed Feb 19 09:36:11 2014	(r345048)
@@ -23,7 +23,6 @@ USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 MAKE_ARGS=	REQUIRED_CFLAGS=""
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E \
 		-e 's|^([[:space:]]+)m4[[:space:]]|\1gm4 |' \
@@ -31,6 +30,6 @@ post-patch:
 			${WRKSRC}/${MAKEFILE}
 
 pre-install:
-	@${MKDIR} ${PREFIX}/share/vala/vapi
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list