Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 1278
Collapse All | Expand All

(-)gedit-0.9.6.ebuild (-2 / +3 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2000 Gentoo Technologies, Inc.
1
# Copyright 1999-2002 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License, v2 or later
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# Reviewed by Achim Gottinger <achim@gentoo.org>
3
# Reviewed by Achim Gottinger <achim@gentoo.org>
4
# /home/cvsroot/gentoo-x86/gnome-apps/gedit/gedit-0.9.4.ebuild,v 1.4 2000/11/27 16:20:46 achim Exp
4
# /home/cvsroot/gentoo-x86/gnome-apps/gedit/gedit-0.9.4.ebuild,v 1.4 2000/11/27 16:20:46 achim Exp
Lines 29-41 Link Here
29
29
30
	./configure --host=${CHOST} 					\
30
	./configure --host=${CHOST} 					\
31
		    --prefix=/usr					\
31
		    --prefix=/usr					\
32
		    --mandir=/usr/share/man				\
32
		    ${myconf} || die
33
		    ${myconf} || die
33
	
34
	
34
	emake || die
35
	emake || die
35
}
36
}
36
37
37
src_install() {
38
src_install() {
38
  	make prefix=${D}/usr install || die
39
  	make prefix=${D}/usr mandir=${D}/usr/share/man install || die
39
40
40
	dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO
41
	dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO
41
}
42
}

Return to bug 1278