diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | e34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch) | |
tree | 670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/sgml-common/sgml-common-0.6.3-r4.ebuild | |
parent | digest (diff) | |
download | gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2 gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip |
whitespace cleanup
Diffstat (limited to 'app-text/sgml-common/sgml-common-0.6.3-r4.ebuild')
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.3-r4.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild b/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild index 35f1df47de22..37fb1ab2ce7e 100644 --- a/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild +++ b/app-text/sgml-common/sgml-common-0.6.3-r4.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/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.5 2003/07/19 22:55:30 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.6 2003/09/05 22:37:22 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Base ISO character entities and utilities for SGML" @@ -12,10 +12,10 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" src_unpack() { - unpack ${A} - # We use a hacked version of install-catalog that supports the ROOT - # variable, and puts quotes around the CATALOG files. - cp ${FILESDIR}/${PF}-install-catalog.in ${S}/bin/install-catalog.in + unpack ${A} + # We use a hacked version of install-catalog that supports the ROOT + # variable, and puts quotes around the CATALOG files. + cp ${FILESDIR}/${PF}-install-catalog.in ${S}/bin/install-catalog.in } src_compile() { @@ -25,10 +25,10 @@ src_compile() { src_install () { emake \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - mandir=${D}/usr/share/man \ - docdir=${D}/usr/share/doc \ + prefix=${D}/usr \ + sysconfdir=${D}/etc \ + mandir=${D}/usr/share/man \ + docdir=${D}/usr/share/doc \ install || die } @@ -71,7 +71,7 @@ pkg_postrm() { /etc/sgml/sgml-ent.cat \ /usr/share/sgml/sgml-iso-entities-8879.1986/catalog fi - + if [ -e /etc/sgml/sgml-docbook.cat ] then ${T}/install-catalog --remove \ |