diff options
Diffstat (limited to 'app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild')
-rw-r--r-- | app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild b/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild index 415b1a6950cd..410182e3536f 100644 --- a/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild +++ b/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild,v 1.1 2000/09/14 01:14:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild,v 1.2 2000/09/15 20:08:45 drobbins Exp $ A=gtk-xemacs-09112000.tar.bz2 S=${WORKDIR}/gtk-xemacs @@ -11,13 +11,13 @@ HOMEPAGE="http://www.cs.indiana.edu/elisp/gui-xemacs/" src_compile() { cd ${S} - ./configure --prefix=/usr/X11R6 - make + try ./configure --prefix=/usr/X11R6 + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install prepinfo /usr/X11R6/lib/xemacs-21.1.12 prepman /usr/X11R6 dodoc BUGS CHANGES-beta COPYING GETTING* INSTALL ISSUES PROBLEMS README* |