diff options
Diffstat (limited to 'net-analyzer/sussen/sussen-0.21.ebuild')
-rw-r--r-- | net-analyzer/sussen/sussen-0.21.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-analyzer/sussen/sussen-0.21.ebuild b/net-analyzer/sussen/sussen-0.21.ebuild index 957e78531830..962a48b09bed 100644 --- a/net-analyzer/sussen/sussen-0.21.ebuild +++ b/net-analyzer/sussen/sussen-0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.21.ebuild,v 1.2 2006/05/17 11:41:53 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sussen/sussen-0.21.ebuild,v 1.3 2006/05/29 17:07:47 pva Exp $ inherit gnome2 mono autotools @@ -42,6 +42,8 @@ src_install () { make GACUTIL_FLAGS="/root ${D}/usr/$(get_libdir) /gacdir /usr/$(get_libdir) /package ${PN}" \ DESTDIR=${D} install || die + dodoc ${DOCS} + einfo "sussen-applet is a GNOME applet. You can not run it directly from" einfo "the command line. Use GNOME panel to invoke it." einfo "You can also run it as the tray icon: sussen-applet --tray-icon" |