change "install-strip" back to "install"

This commit is contained in:
Hannah
2016-01-22 14:30:11 +00:00
parent 15b0f2fd1b
commit b603c3f935
7 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ in order to use Bison."
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
COPYRIGHT="1992-2011 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="http://ftp.gnu.org/gnu/bison/bison-$portVersion.tar.xz"
CHECKSUM_SHA256="a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1"
PATCHES="bison-${portVersion}.patchset"
@@ -60,7 +60,7 @@ BUILD()
INSTALL()
{
make install-strip
make install
prepareInstalledDevelLibs liby

View File

@@ -14,7 +14,7 @@ One of the biggest users of M4 is the GNU Autoconf project."
HOMEPAGE="http://www.gnu.org/software/m4/"
COPYRIGHT="2000, 2005-2011 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="http://ftp.gnu.org/gnu/m4/m4-$portVersion.tar.gz"
CHECKSUM_SHA256="3ce725133ee552b8b4baca7837fb772940b25e81b2a9dc92537aeaf733538c9e"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
@@ -53,7 +53,7 @@ BUILD()
INSTALL()
{
make install-strip
make install
rm $libDir/charset.alias
rmdir $libDir

View File

@@ -8,7 +8,7 @@ that it is possible to use Make to build and install the program."
HOMEPAGE="http://www.gnu.org/software/make/"
COPYRIGHT="1988-2010 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="6"
REVISION="7"
SOURCE_URI="http://ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2"
CHECKSUM_SHA256="e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966"
PATCHES="make-3.82.patch"
@@ -47,5 +47,5 @@ BUILD()
INSTALL()
{
./make install-strip
./make install
}