diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-06-04 04:37:41 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-06-04 04:37:41 +0000 |
commit | db5a20774c88f9a13e01a408fc30fcdfb817ee04 (patch) | |
tree | 40d7092f3ae1ac08ee4792259844c02315bace5e /media-radio | |
parent | Stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-db5a20774c88f9a13e01a408fc30fcdfb817ee04.tar.gz gentoo-2-db5a20774c88f9a13e01a408fc30fcdfb817ee04.tar.bz2 gentoo-2-db5a20774c88f9a13e01a408fc30fcdfb817ee04.zip |
tweaked location of hamlib
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/xdx/xdx-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-radio/xdx/xdx-1.2.ebuild b/media-radio/xdx/xdx-1.2.ebuild index 7674fa7ba155..283495976fa8 100644 --- a/media-radio/xdx/xdx-1.2.ebuild +++ b/media-radio/xdx/xdx-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-1.2.ebuild,v 1.1 2004/06/04 04:20:49 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-1.2.ebuild,v 1.2 2004/06/04 04:37:41 rphillips Exp $ inherit eutils @@ -35,7 +35,7 @@ src_install() { pkg_postinst() { echo einfo "To use the rig control feature of xdx, install" - einfo "app-ham/hamlib and enable hamlib in the" + einfo "media-radio/hamlib and enable hamlib in the" einfo "Preferences dialog." echo } |