diff options
Diffstat (limited to 'gui-wm')
| -rw-r--r-- | gui-wm/dwl/dwl-9999.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index 508f07a..d984c08 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -128,16 +128,9 @@ DEPEND=" BDEPEND=" >=dev-libs/wayland-protocols-1.32 >=dev-util/wayland-scanner-1.23 - dev-vcs/git virtual/pkgconfig " -MAKE_ARGS=( - PREFIX="${EPREFIX}/usr" - XWAYLAND="-DXWAYLAND" - XLIBS="xcb xcb-icccm" -) - # The following src_configure function is implemented as default by portage, so # you only need to call it if you need a different behaviour. #src_configure() { @@ -173,7 +166,11 @@ src_compile() { # worked around. tc-export CC PKG_CONFIG - emake "${MAKE_ARGS[@]}" dwl + emake \ + PREFIX="${EPREFIX}/usr" \ + XWAYLAND="-DXWAYLAND" \ + XLIBS="xcb xcb-icccm" \ + dwl } # The following src_install function is implemented as default by portage, so @@ -203,7 +200,10 @@ src_install() { # Again, verify the Makefiles! We don't want anything falling # outside of ${D}. - emake "${MAKE_ARGS[@]}" DESTDIR="${D}" install + emake \ + PREFIX="${EPREFIX}/usr" \ + DESTDIR="${D}" \ + install dodoc CHANGELOG.md README.md } |
