aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-25 13:05:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-25 13:05:45 +0000
commit6eb6f78eef49b2eb436a25038b485526755c5110 (patch)
tree00c7eb4a0558e967bcaf4bd0eb9afc2e8c66fd07 /devel
parent44ea274ce3cd71bef79d9487a470362ad5208f99 (diff)
Notes
Diffstat (limited to 'devel')
-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