diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | 235c12eb61e7ea0773a7da494815aabea6de447b (patch) | |
tree | fcbb6dd43d436da6f03d530a95774df55869142e /app-text/texi2html | |
parent | digest (diff) | |
download | historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.gz historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.bz2 historical-235c12eb61e7ea0773a7da494815aabea6de447b.zip |
whitespace cleanup
Diffstat (limited to 'app-text/texi2html')
-rw-r--r-- | app-text/texi2html/Manifest | 2 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.64.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-text/texi2html/Manifest b/app-text/texi2html/Manifest index a5b87dcd49fd..4acedcd16835 100644 --- a/app-text/texi2html/Manifest +++ b/app-text/texi2html/Manifest @@ -1,3 +1,3 @@ -MD5 613289923cecf068ca5106d37dc29101 texi2html-1.64.ebuild 1009 MD5 3540e085201d8d6e6b110c0d38b61809 ChangeLog 1254 +MD5 5716561516f341d2535588d62d7c2fbe texi2html-1.64.ebuild 1007 MD5 59e2094b0a438b711cb1687485e580a4 files/digest-texi2html-1.64 66 diff --git a/app-text/texi2html/texi2html-1.64.ebuild b/app-text/texi2html/texi2html-1.64.ebuild index 214ada7d2cd1..e42191e703e5 100644 --- a/app-text/texi2html/texi2html-1.64.ebuild +++ b/app-text/texi2html/texi2html-1.64.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/texi2html/texi2html-1.64.ebuild,v 1.14 2003/07/19 22:55:30 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64.ebuild,v 1.15 2003/09/05 22:37:22 msterret Exp $ S=${WORKDIR}/${P} @@ -18,19 +18,19 @@ DEPEND="virtual/glibc src_compile() { - + ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "Configuration Failed" - + emake || die "Parallel Make Failed" - + } src_install () { - + #yes, htmldir line is correct, no ${D} make DESTDIR=${D} \ htmldir=/usr/share/doc/${PF}/html \ |