diff options
author | Sam James <sam@gentoo.org> | 2021-08-22 03:31:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:06:04 +0100 |
commit | 174be5af869bdfab58bde907936df7422d651a5b (patch) | |
tree | 1e84c333059fea65ce9ccfc3660dc95caa59dc20 /games-strategy/majesty-demo | |
parent | games-strategy/darwinia: use non-relative wrapper path (diff) | |
download | gentoo-174be5af869bdfab58bde907936df7422d651a5b.tar.gz gentoo-174be5af869bdfab58bde907936df7422d651a5b.tar.bz2 gentoo-174be5af869bdfab58bde907936df7422d651a5b.zip |
games-strategy/majesty-demo: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/majesty-demo')
-rw-r--r-- | games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild index 1511d51ed930..663dd0a28811 100644 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild +++ b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild @@ -8,6 +8,7 @@ inherit desktop unpacker wrapper DESCRIPTION="Control your own kingdom in this simulation" HOMEPAGE="https://www.linuxgamepublishing.com/info.php?id=8&" SRC_URI="http://ftp2.za.freebsd.org/pub/FreeBSD/ports/distfiles/majesty_demo.run" +S="${WORKDIR}" LICENSE="MAJESTY-DEMO" SLOT="0" @@ -22,9 +23,6 @@ RDEPEND=" x11-libs/libXau[abi_x86_32(-)] x11-libs/libXdmcp[abi_x86_32(-)] " -DEPEND="" - -S="${WORKDIR}" dir="/opt/${PN}" Ddir="${D}/${dir}" |