summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/psgml/psgml-1.2.2.ebuild')
-rw-r--r--app-text/psgml/psgml-1.2.2.ebuild18
1 files changed, 7 insertions, 11 deletions
diff --git a/app-text/psgml/psgml-1.2.2.ebuild b/app-text/psgml/psgml-1.2.2.ebuild
index f2b72637470a..18bca91668ab 100644
--- a/app-text/psgml/psgml-1.2.2.ebuild
+++ b/app-text/psgml/psgml-1.2.2.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-text/psgml/psgml-1.2.2.ebuild,v 1.13 2003/02/13 09:43:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psgml/psgml-1.2.2.ebuild,v 1.14 2003/09/05 22:37:22 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PSGML is a GNU Emacs Major Mode for editing SGML and XML coded documents."
@@ -13,18 +13,14 @@ LICENSE="GPL-2"
DEPEND="virtual/emacs"
src_compile() {
-
- ./configure --prefix=/usr --infodir=/usr/share/info --host=${CHOST} || die
- make || die
-
+ ./configure --prefix=/usr --infodir=/usr/share/info --host=${CHOST} || die
+ make || die
}
src_install () {
+ make prefix=${D}/usr install || die
+ dodir /usr/share/info
+ make infodir=${D}/usr/share/info install-info || die
- make prefix=${D}/usr install || die
- dodir /usr/share/info
- make infodir=${D}/usr/share/info install-info || die
-
- dodoc ChangeLog README.psgml ${FILESDIR}/dot_emacs
-
+ dodoc ChangeLog README.psgml ${FILESDIR}/dot_emacs
}