summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/freefonts/freefonts-0.10-r1.ebuild')
-rw-r--r--app-text/freefonts/freefonts-0.10-r1.ebuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/app-text/freefonts/freefonts-0.10-r1.ebuild b/app-text/freefonts/freefonts-0.10-r1.ebuild
index f4661409296f..8a127c794275 100644
--- a/app-text/freefonts/freefonts-0.10-r1.ebuild
+++ b/app-text/freefonts/freefonts-0.10-r1.ebuild
@@ -1,21 +1,19 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/freefonts/freefonts-0.10-r1.ebuild,v 1.1 2001/04/13 14:04:36 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/freefonts/freefonts-0.10-r1.ebuild,v 1.2 2002/04/28 03:59:29 seemant Exp $
-A=${P}.tar.gz
S=${WORKDIR}/freefont
DESCRIPTION="A Collection of True Type Fonts"
-SRC_URI="ftp://ftp.gimp.org/pub/gimp/fonts/${A}"
+SRC_URI="ftp://ftp.gimp.org/pub/gimp/fonts/${P}.tar.gz"
HOMEPAGE="http://www.gimp.org"
src_install () {
- dodir /usr/X11R6/lib/X11/fonts/freefont
- cp -a * ${D}/usr/X11R6/lib/X11/fonts/freefont
- rm ${D}/usr/X11R6/lib/X11/fonts/freefont/README
- dodoc README
+ dodir /usr/X11R6/lib/X11/fonts/freefont
+ cp -a * ${D}/usr/X11R6/lib/X11/fonts/freefont
+ rm ${D}/usr/X11R6/lib/X11/fonts/freefont/README
+ dodoc README
}
-