summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-09 09:30:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-09 09:30:15 +0000
commita0649bfffa150cf542681550f4cffaae611eb297 (patch)
tree4200c9c131a0e0cb1edfad9b10c9edbeaff8840f /app-editors
parentVersion bump. (diff)
downloadhistorical-a0649bfffa150cf542681550f4cffaae611eb297.tar.gz
historical-a0649bfffa150cf542681550f4cffaae611eb297.tar.bz2
historical-a0649bfffa150cf542681550f4cffaae611eb297.zip
sandbox violation fix
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/bluefish/ChangeLog7
-rw-r--r--app-editors/bluefish/bluefish-2002.11.17.ebuild19
2 files changed, 10 insertions, 16 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog
index 1f74334ee1c7..1eb203ed4fa2 100644
--- a/app-editors/bluefish/ChangeLog
+++ b/app-editors/bluefish/ChangeLog
@@ -1,12 +1,17 @@
# ChangeLog for app-editors/bluefish
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.10 2002/12/09 04:17:38 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.11 2002/12/09 09:30:15 seemant Exp $
\* Autoupdate keywords (12-6-02)
06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
*bluefish-2002.11.17 (17 Nov 2002)
+ 09 Dec 2002; Seemant Kulleen <seemant@gentoo.org>
+ bluefish-2002.11.17.ebuild :
+
+ sandbox violation fix. nesta in #gentoo pointed it out.
+
17 Nov 2002; Hanno Boeck <hanno@gentoo.org> bluefish-2002.11.17.ebuild :
New version of gtk2 port.
diff --git a/app-editors/bluefish/bluefish-2002.11.17.ebuild b/app-editors/bluefish/bluefish-2002.11.17.ebuild
index d2d46ecb46e4..d425f610d83a 100644
--- a/app-editors/bluefish/bluefish-2002.11.17.ebuild
+++ b/app-editors/bluefish/bluefish-2002.11.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2002.11.17.ebuild,v 1.3 2002/12/09 04:17:38 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2002.11.17.ebuild,v 1.4 2002/12/09 09:30:15 seemant Exp $
MY_PV=`echo ${PV} | sed -e 's/\./-/g'`
S=${WORKDIR}/${PN}-gtk2
@@ -30,18 +30,7 @@ src_compile() {
}
src_install() {
- makefiles=`find . -name Makefile`
- for f in $makefiles; do
- mv $f $f.orig
- sed -e 's#$(prefix)#$(DESTDIR)$(prefix)#' \
- -e 's#${prefix}#$(DESTDIR)${prefix}#' \
- -e 's#/usr/share/pixmaps#$(DESTDIR)$(prefix)/share/pixmaps#' \
- $f.orig > $f
- done
-
- make \
- DESTDIR=${D} \
- mandir=${D}/usr/share/man \
- install || die
-
+ einstall \
+ datadir=${D}/usr/share \
+ pkgdatadir=${D}/usr/share/bluefish
}