]> Pileus Git - ~andy/sunrise/blobdiff - app-dicts/words-bin/words-bin-1.97.ebuild
app-dicts/words-bin: Do not use ${D} in dosym, einfo -> elog, cosmetics
[~andy/sunrise] / app-dicts / words-bin / words-bin-1.97.ebuild
index 39f6dd194dd4829fe2260524f95bf102b1ed299a..8a7e2a0bd9763c71c6c6e83e2beec3cc9a46d07b 100644 (file)
@@ -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"
 }