diff options
Diffstat (limited to 'dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild')
-rw-r--r-- | dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild b/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild index 67be0b436513..001f2cf68339 100644 --- a/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild +++ b/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild,v 1.5 2005/09/22 23:13:43 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xmingw-gcc/xmingw-gcc-3.4.2.ebuild,v 1.6 2006/03/03 19:07:57 cretin Exp $ MY_P=${P/xmingw-/} S=${WORKDIR}/${MY_P} @@ -84,7 +84,7 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" } -pkg_config() { +pkg_postinst() { einfo "Now emerge dev-util/xmingw-runtime and remerge dev-util/xmingw-gcc" einfo "if you require fortran, java or C++ support" } |