summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/words-bin/words-bin-1.97.ebuild')
-rw-r--r--app-dicts/words-bin/words-bin-1.97.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-dicts/words-bin/words-bin-1.97.ebuild b/app-dicts/words-bin/words-bin-1.97.ebuild
index 39f6dd194..8a7e2a0bd 100644
--- a/app-dicts/words-bin/words-bin-1.97.ebuild
+++ b/app-dicts/words-bin/words-bin-1.97.ebuild
@@ -9,8 +9,6 @@ MY_P="${P/-bin}Ed"
DESCRIPTION="Latin--English dictionary."
HOMEPAGE="http://users.erols.com/whitaker/words.htm"
SRC_URI="http://atrey.karlin.mff.cuni.cz/~sanda/mirror/${MY_P}-linux.tar.gz"
-#SRC_URI="ftp://petrus.thomasaquinas.edu/pub/linux/words/${MY_P}-linux.tar.gz"
-#Reported problems with downloading
SLOT="0"
LICENSE="words"
@@ -33,10 +31,10 @@ src_install() {
dodoc wordsdoc*
rm wordsdoc*
doins *
- dosym "${D}"/opt/${MY_P}/latin /usr/bin/latin
+ dosym /opt/${MY_P}/latin /usr/bin/latin
fperms 755 /opt/${MY_P}/{latin,words}
}
pkg_postinst() {
- einfo "Dictionary is launched through 'latin' command"
+ elog "Dictionary is launched through 'latin' command"
}