diff --git a/sys-devel/automake/automake-1.15.0.recipe b/sys-devel/automake/automake-1.15.0.recipe index 5bce3a409..a36808628 100644 --- a/sys-devel/automake/automake-1.15.0.recipe +++ b/sys-devel/automake/automake-1.15.0.recipe @@ -53,7 +53,6 @@ BUILD() INSTALL() { make install - make install-html } TEST() diff --git a/sys-devel/automake/automake-1.13.1.recipe b/sys-devel/automake/automake113-1.13.1.recipe similarity index 89% rename from sys-devel/automake/automake-1.13.1.recipe rename to sys-devel/automake/automake113-1.13.1.recipe index b1473b9fa..06531ed94 100644 --- a/sys-devel/automake/automake-1.13.1.recipe +++ b/sys-devel/automake/automake113-1.13.1.recipe @@ -6,17 +6,16 @@ files are compatible with the GNU Makefile standards." HOMEPAGE="http://www.gnu.org/software/automake/" COPYRIGHT="2013 Free Software Foundation, Inc." LICENSE="GNU GPL v2" -REVISION="4" +REVISION="1" SOURCE_URI="http://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz" CHECKSUM_SHA256="51bc10031847e9965c4f2c16a0a66552309ce28ea82b1afa8cef736643ebaa27" +SOURCE_DIR="automake-$portVersion" ARCHITECTURES="x86_gcc2 x86 x86_64 arm" PROVIDES=" - automake = $portVersion compat >= 1.13 - cmd:automake = $portVersion compat >= 1.13 + automake113 = $portVersion compat >= 1.13 cmd:automake_1.13 = $portVersion compat >= 1.13 - cmd:aclocal = $portVersion compat >= 1.13 cmd:aclocal_1.13 = $portVersion compat >= 1.13 " REQUIRES=" @@ -54,6 +53,8 @@ INSTALL() { make install make install-html + + rm $binDir/automake $binDir/aclocal } TEST()