summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:05:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:05:08 +0000
commit1d30b4c2e15d5e229523315def8712e1235256d6 (patch)
tree21fc0004a5831faccc62635c089a45df3d4185fc /app-editors/bluefish/bluefish-0.9.ebuild
parentheader fix; whitespace cleanup (diff)
downloadhistorical-1d30b4c2e15d5e229523315def8712e1235256d6.tar.gz
historical-1d30b4c2e15d5e229523315def8712e1235256d6.tar.bz2
historical-1d30b4c2e15d5e229523315def8712e1235256d6.zip
whitespace cleanup
Diffstat (limited to 'app-editors/bluefish/bluefish-0.9.ebuild')
-rw-r--r--app-editors/bluefish/bluefish-0.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/bluefish/bluefish-0.9.ebuild b/app-editors/bluefish/bluefish-0.9.ebuild
index eb268c35be14..035425a7a2b4 100644
--- a/app-editors/bluefish/bluefish-0.9.ebuild
+++ b/app-editors/bluefish/bluefish-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.7 2003/05/22 18:20:21 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.9.ebuild,v 1.8 2003/09/05 23:05:05 msterret Exp $
DESCRIPTION="Bluefish is a GTK HTML editor for the experienced web designer or programmer."
SRC_URI="http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/${P}.tar.bz2"
@@ -29,7 +29,7 @@ src_install() {
sed -e "s:"/usr/share/pixmaps/b":"${D}/usr/share/pixmaps/b":g" Makefile \
> Makefile.new
cp Makefile.new Makefile
- cd data
+ cd data
sed -e "s:"/usr/share":"${D}/usr/share":g" Makefile \
> Makefile.new
cp Makefile.new Makefile
@@ -38,6 +38,6 @@ src_install() {
dodir /usr/share/applications
cd ${S}
einstall datadir=${D}/usr/share \
- pkgdatadir=${D}/usr/share/bluefish
+ pkgdatadir=${D}/usr/share/bluefish
# pixmapsdir=${D}/usr/share/pixmap \
}