svn commit: r330258 - head/graphics/edje

Grzegorz Blach gblach at FreeBSD.org
Sun Oct 13 21:53:45 UTC 2013


Author: gblach
Date: Sun Oct 13 21:53:44 2013
New Revision: 330258
URL: http://svnweb.freebsd.org/changeset/ports/330258

Log:
  - Support staging

Modified:
  head/graphics/edje/Makefile
  head/graphics/edje/pkg-plist

Modified: head/graphics/edje/Makefile
==============================================================================
--- head/graphics/edje/Makefile	Sun Oct 13 21:47:41 2013	(r330257)
+++ head/graphics/edje/Makefile	Sun Oct 13 21:53:44 2013	(r330258)
@@ -25,7 +25,6 @@ USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS+=	--without-vim
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \
 	    ${WRKSRC}/Makefile.in

Modified: head/graphics/edje/pkg-plist
==============================================================================
--- head/graphics/edje/pkg-plist	Sun Oct 13 21:47:41 2013	(r330257)
+++ head/graphics/edje/pkg-plist	Sun Oct 13 21:53:44 2013	(r330258)
@@ -4,6 +4,7 @@ bin/edje_recc
 bin/edje_inspector
 bin/edje_external_inspector
 bin/edje_player
+bin/edje_watch
 include/edje-1/Edje.h
 include/edje-1/Edje_Edit.h
 lib/libedje.so


More information about the svn-ports-all mailing list