summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-28 04:03:38 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-28 04:03:38 +0000
commit59e70743cc92b4299493d80da7ccd11bbfdb3c3b (patch)
tree1fcbf05e7425ca18392ac8d3997d57fa1ceb2678 /app-text/freefonts
parentNew version (diff)
downloadgentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.gz
gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.bz2
gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.zip
cleanup
Diffstat (limited to 'app-text/freefonts')
-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
}
-