Date: Fri, 25 Apr 2014 13:05:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352122 - in head/devel: dconf dconf-editor Message-ID: <201404251305.s3PD5k6k036704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404251305.s3PD5k6k036704>