svn commit: r352122 - in head/devel: dconf dconf-editor

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 25 13:05:46 UTC 2014


Author: bapt
Date: Fri Apr 25 13:05:45 2014
New Revision: 352122
URL: http://svnweb.freebsd.org/changeset/ports/352122
QAT: https://qat.redports.org/buildarchive/r352122/

Log:
  Support stage

Modified:
  head/devel/dconf-editor/Makefile
  head/devel/dconf/Makefile

Modified: head/devel/dconf-editor/Makefile
==============================================================================
--- head/devel/dconf-editor/Makefile	Fri Apr 25 13:01:37 2014	(r352121)
+++ head/devel/dconf-editor/Makefile	Fri Apr 25 13:05:45 2014	(r352122)
@@ -13,12 +13,7 @@ DCONF_SLAVE=	editor
 MASTERDIR=	${.CURDIR}/../dconf
 
 PLIST=		${.CURDIR}/pkg-plist
-
-NO_STAGE=	yes
-do-build:
-	@cd ${WRKSRC}/editor && ${GMAKE}
-
-do-install:
-	@cd ${WRKSRC}/editor && ${GMAKE} install
+BUILD_WRKSRC=	${WRKSRC}/editor
+INSTALL_WRKSRC=	${WRKSRC}/editor
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/dconf/Makefile
==============================================================================
--- head/devel/dconf/Makefile	Fri Apr 25 13:01:37 2014	(r352121)
+++ head/devel/dconf/Makefile	Fri Apr 25 13:05:45 2014	(r352122)
@@ -17,8 +17,7 @@ BUILD_DEPENDS=	vala>=0.18.1:${PORTSDIR}/
 		docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
 LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
 
-USE_XZ=		yes
-USES=		gettext gmake pathfix pkgconfig
+USES=		gettext gmake pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 gnomehier intltool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list