diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
commit | 5b5725ea784811a26edd3fd24500eb18a927d420 (patch) | |
tree | cbba4960c13c4f1d38c097fb9d5d592a4d4a06fe /app-emulation/bochs/bochs-1.4.ebuild | |
parent | modernised (diff) | |
download | gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.gz gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.bz2 gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.zip |
modernised
Diffstat (limited to 'app-emulation/bochs/bochs-1.4.ebuild')
-rw-r--r-- | app-emulation/bochs/bochs-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/bochs/bochs-1.4.ebuild b/app-emulation/bochs/bochs-1.4.ebuild index cb6a87084b24..ff311f3a0dbb 100644 --- a/app-emulation/bochs/bochs-1.4.ebuild +++ b/app-emulation/bochs/bochs-1.4.ebuild @@ -15,21 +15,21 @@ SLOT="0" #build-time dependencies DEPEND=">=sys-libs/glibc-2.1.3 - >=x11-base/xfree-4.0.1" + >=x11-base/xfree-4.0.1" RDEPEND="${DEPEND}" KEYWORDS="x86 ppc" src_unpack() { unpack ${PN}.tar.gz - + cd $S cp Makefile.in Makefile.in.orig sed -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux3.tar.gz .:" \ -e 's: $(prefix): $(DESTDIR)$(prefix):g' \ -e 's: $(bindir): $(DESTDIR)$(bindir):g' \ -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in.orig > Makefile.in - + } src_compile() { |