aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/dconf-editor/Makefile9
-rw-r--r--devel/dconf/Makefile3
2 files changed, 3 insertions, 9 deletions
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile
index b84f76f28704..f8e57763c8db 100644
--- a/devel/dconf-editor/Makefile
+++ b/devel/dconf-editor/Makefile
@@ -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"
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
index 9668d4a28fba..fb460bd484ff 100644
--- a/devel/dconf/Makefile
+++ b/devel/dconf/Makefile
@@ -17,8 +17,7 @@ BUILD_DEPENDS= vala>=0.18.1:${PORTSDIR}/lang/vala \
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