diff options
Diffstat (limited to 'devel/dconf-editor')
-rw-r--r-- | devel/dconf-editor/Makefile | 9 |
1 files changed, 2 insertions, 7 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" |