svn commit: r342279 - head/deskutils/glipper

Antoine Brodin antoine at FreeBSD.org
Sun Feb 2 12:27:07 UTC 2014


Author: antoine
Date: Sun Feb  2 12:27:07 2014
New Revision: 342279
URL: http://svnweb.freebsd.org/changeset/ports/342279
QAT: https://qat.redports.org/buildarchive/r342279/

Log:
  Stage support

Modified:
  head/deskutils/glipper/Makefile

Modified: head/deskutils/glipper/Makefile
==============================================================================
--- head/deskutils/glipper/Makefile	Sun Feb  2 12:25:24 2014	(r342278)
+++ head/deskutils/glipper/Makefile	Sun Feb  2 12:27:07 2014	(r342279)
@@ -16,11 +16,10 @@ USE_GNOME=	gnomeprefix intltool pygnomed
 USE_PYTHON=	yes
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec
+CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec --disable-schemas-install
 
 GCONF_SCHEMAS=	glipper.schemas
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/gtypes.h|glib.h|g' \
 		${WRKSRC}/glipper/keybinder/tomboykeybinder.h


More information about the svn-ports-all mailing list