texinfo: Remove lib/charset.alias

This commit is contained in:
Ingo Weinhold
2013-04-28 02:21:06 +02:00
parent 1b42a406e3
commit 28f92d76d9

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Texinfo is the official documentation format of the GNU project."
HOMEPAGE="http://www.gnu.org/software/texinfo/"
SRC_URI="http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz"
CHECKSUM_MD5="71ba711519209b5fb583fed2b3d86fcb"
REVISION="5"
REVISION="6"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="texinfo = $portVersion compat >= 4.13
@@ -40,6 +40,8 @@ BUILD()
INSTALL()
{
make install
rm $libDir/charset.alias
rmdir $libDir
}
LICENSE="GNU GPL v3"