diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-08 17:21:47 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-08 17:21:47 +0000 |
commit | cbef1278a33d37f21ce38c7f60f232adc18d17bf (patch) | |
tree | be352c307cd140707d6532c1e09c9e59dab33187 /app-text/sgml2x | |
parent | New category for the bootdisk kernels (diff) | |
download | historical-cbef1278a33d37f21ce38c7f60f232adc18d17bf.tar.gz historical-cbef1278a33d37f21ce38c7f60f232adc18d17bf.tar.bz2 historical-cbef1278a33d37f21ce38c7f60f232adc18d17bf.zip |
rc3 fixes
Diffstat (limited to 'app-text/sgml2x')
-rw-r--r-- | app-text/sgml2x/sgml2x-0.11-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-text/sgml2x/sgml2x-0.11-r1.ebuild b/app-text/sgml2x/sgml2x-0.11-r1.ebuild index f78900ad4868..23a1227e24dc 100644 --- a/app-text/sgml2x/sgml2x-0.11-r1.ebuild +++ b/app-text/sgml2x/sgml2x-0.11-r1.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-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.5 2000/11/01 04:44:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.6 2000/12/08 17:21:47 achim Exp $ P=sgml2x-0.11 A=${P}.tar.gz @@ -15,8 +15,6 @@ DEPEND=">=sys-devel/perl-5" src_unpack() { unpack ${A} cd ${S} - cp Makefile Makefile.orig - sed -e "s:perl Makefile.PL:perl Makefile.PL $PERLINSTALL:" Makefile.orig > Makefile } src_compile() { @@ -28,7 +26,7 @@ src_install() { cd ${S} dodir /usr/bin dodir /etc - make prefix=${D}/usr sysconfdir=${D}/etc install + make PREFIX=${D}/usr prefix=${D}/usr sysconfdir=${D}/etc install dodoc README docinto html dodoc sgml2x.html doc/*.html doc/*.gif |