diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 13:05:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 13:05:45 +0000 |
commit | 6eb6f78eef49b2eb436a25038b485526755c5110 (patch) | |
tree | 00c7eb4a0558e967bcaf4bd0eb9afc2e8c66fd07 /devel/dconf-editor | |
parent | 44ea274ce3cd71bef79d9487a470362ad5208f99 (diff) | |
download | ports-6eb6f78eef49b2eb436a25038b485526755c5110.tar.gz ports-6eb6f78eef49b2eb436a25038b485526755c5110.zip |
Notes
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" |