summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild b/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild
index 12da7719af7d..cf7a0df32648 100644
--- a/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild
+++ b/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild,v 1.3 2004/07/04 10:40:25 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.9-r1.ebuild,v 1.4 2006/04/01 06:30:32 eradicator Exp $
IUSE=""
@@ -39,3 +39,7 @@ src_install() {
dobin bjam jam mkjambase yyacc || die "Unable to install binaries."
/* add check or ebuild will happilly succeed on unsupported archs and install only docs */
}
+
+pkg_postinst() {
+ einfo "Sample code is available in /usr/share/boost/v2/example"
+}