diff options
Diffstat (limited to 'media-fonts/monafont/monafont-2.22.ebuild')
-rw-r--r-- | media-fonts/monafont/monafont-2.22.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/media-fonts/monafont/monafont-2.22.ebuild b/media-fonts/monafont/monafont-2.22.ebuild index 48f43e2c4019..bd27c0d40ba2 100644 --- a/media-fonts/monafont/monafont-2.22.ebuild +++ b/media-fonts/monafont/monafont-2.22.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.22.ebuild,v 1.3 2003/08/09 10:39:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.22.ebuild,v 1.4 2003/08/20 09:35:48 usata Exp $ DESCRIPTION="Japanese bitmap fonts suitable for browsing 2ch" HOMEPAGE="http://monafont.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 alpha ~ppc ~sparc" +KEYWORDS="x86 alpha ppc sparc" IUSE="" DEPEND="virtual/x11 dev-lang/perl @@ -25,7 +25,8 @@ src_install(){ emake install X11FONTDIR=${D}/${FONTDIR} || die mkfontdir ${D}/${FONTDIR} - install -c fonts.alias.mona ${D}/${FONTDIR}/fonts.alias + insinto ${FONTDIR} + newins fonts.alias.mona fonts.alias dodoc README* } @@ -34,7 +35,7 @@ pkg_postinst(){ einfo "You need you add following line into 'Section \"Files\"' in" einfo "XF86Config and reboot X Window System, to use these fonts." einfo "" - einfo "\tFontPath \"${FONTDIR}/${PN}\"" + einfo "\tFontPath \"${FONTDIR}\"" einfo "" } @@ -42,6 +43,6 @@ pkg_postrm(){ einfo "You need you remove following line in 'Section \"Files\"' in" einfo "XF86Config, to unmerge this package completely." einfo "" - einfo "\t FontPath \"${FONTDIR}/${PN}\"" + einfo "\tFontPath \"${FONTDIR}\"" einfo "" } |