diff options
Diffstat (limited to 'app-admin/xstow')
-rw-r--r-- | app-admin/xstow/xstow-1.0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/xstow/xstow-1.0.2.ebuild b/app-admin/xstow/xstow-1.0.2.ebuild index 3e3265167241..d041f7daf686 100644 --- a/app-admin/xstow/xstow-1.0.2.ebuild +++ b/app-admin/xstow/xstow-1.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools -DESCRIPTION="replacement for GNU stow with extensions" +DESCRIPTION="Replacement for GNU stow with extensions" HOMEPAGE="http://xstow.sourceforge.net/" SRC_URI="mirror://sourceforge/xstow/${P}.tar.bz2" @@ -22,13 +22,12 @@ PATCHES=( ) src_prepare() { - eautoreconf default + eautoreconf } src_configure() { econf $(use_with ncurses curses) - default } src_install() { |