diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2002-12-10 00:37:42 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2002-12-10 00:37:42 +0000 |
commit | c38e5bdd4c3503a934c174abe179fffed94a0864 (patch) | |
tree | 8234cb6bc79bfcfe3305bc083cece7d283f56d79 /app-sci/setiathome | |
parent | Update to be icc-able with USE=icc (diff) | |
download | gentoo-2-c38e5bdd4c3503a934c174abe179fffed94a0864.tar.gz gentoo-2-c38e5bdd4c3503a934c174abe179fffed94a0864.tar.bz2 gentoo-2-c38e5bdd4c3503a934c174abe179fffed94a0864.zip |
Updated per bug #11708
Diffstat (limited to 'app-sci/setiathome')
-rw-r--r-- | app-sci/setiathome/setiathome-3.03-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/setiathome/setiathome-3.03-r1.ebuild b/app-sci/setiathome/setiathome-3.03-r1.ebuild index adc3afab6d5f..d9c8b5117bb1 100644 --- a/app-sci/setiathome/setiathome-3.03-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.03-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.8 2002/10/17 14:26:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.9 2002/12/10 00:37:42 blauwers Exp $ IUSE="X" @@ -25,7 +25,7 @@ src_unpack () { einfo "for your system's architecture from:" einfo "http://setiathome.ssl.berkeley.edu/unix.html" einfo "" - einfo "The archive should be placed into /usr/portage/distfiles." + einfo "The archive should be placed into ${DISTDIR}." einfo "After that, create a symbolic link:" einfo "" einfo "\tln -s <archive> ${DISTDIR}/${P}.tar" |