diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-06-14 16:20:45 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-06-14 16:20:45 +0000 |
commit | 766f94b7a6624759abd8096468fb625dd4691fe2 (patch) | |
tree | 81a707296c69e06648ee4849bc55d8143df62707 /app-emulation/winex | |
parent | new package (diff) | |
download | historical-766f94b7a6624759abd8096468fb625dd4691fe2.tar.gz historical-766f94b7a6624759abd8096468fb625dd4691fe2.tar.bz2 historical-766f94b7a6624759abd8096468fb625dd4691fe2.zip |
ditto for winex
Diffstat (limited to 'app-emulation/winex')
-rw-r--r-- | app-emulation/winex/files/81winex | 1 | ||||
-rw-r--r-- | app-emulation/winex/files/digest-winex-20020511-r1 (renamed from app-emulation/winex/files/digest-winex-20020511) | 0 | ||||
-rw-r--r-- | app-emulation/winex/winex-20020511-r1.ebuild (renamed from app-emulation/winex/winex-20020511.ebuild) | 9 |
3 files changed, 2 insertions, 8 deletions
diff --git a/app-emulation/winex/files/81winex b/app-emulation/winex/files/81winex index 7d55e9febff0..5da0445d412b 100644 --- a/app-emulation/winex/files/81winex +++ b/app-emulation/winex/files/81winex @@ -1,4 +1,3 @@ PATH=/usr/winex/bin ROOTPATH=/usr/winex/bin LDPATH=/usr/winex/lib -MANPATH=/usr/winex/man diff --git a/app-emulation/winex/files/digest-winex-20020511 b/app-emulation/winex/files/digest-winex-20020511-r1 index 8e0faf98db46..8e0faf98db46 100644 --- a/app-emulation/winex/files/digest-winex-20020511 +++ b/app-emulation/winex/files/digest-winex-20020511-r1 diff --git a/app-emulation/winex/winex-20020511.ebuild b/app-emulation/winex/winex-20020511-r1.ebuild index 1d901006bfcb..c63726b29352 100644 --- a/app-emulation/winex/winex-20020511.ebuild +++ b/app-emulation/winex/winex-20020511-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020511.ebuild,v 1.1 2002/05/11 08:33:24 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020511-r1.ebuild,v 1.1 2002/06/14 16:20:45 danarmak Exp $ S=${WORKDIR}/wine DESCRIPTION="WineX is a distribution of Wine with enhanced DirectX for gaming" @@ -45,7 +45,7 @@ src_compile() { sed -e 's:wine.pm:include/wine.pm:' 1 > Makefile cd ${S} - make depend all manpages || die + make depend all || die cd programs && emake || die } @@ -77,11 +77,6 @@ src_install () { cd ${S} dodoc ANNOUNCE AUTHORS BUGS ChangeLog DEVELOPERS-HINTS LICENSE README - cd ${S}/documentation - DESTTREE=/usr/winex doman man3w/* - # sgml was being filtered without -a sgml - dohtml -a sgml *.sgml - insinto /etc/winex doins samples/* doins ${S}/winedefault.reg |