From c9fa2771c928edecca54a542a31adb28650472dc Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Fri, 22 Apr 2005 19:48:25 +0000 Subject: fix man page location --- app-emulation/spectemu/ChangeLog | 5 ++++- app-emulation/spectemu/spectemu-0.99.3.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-emulation/spectemu/ChangeLog b/app-emulation/spectemu/ChangeLog index 084681524bf8..d31766381d17 100644 --- a/app-emulation/spectemu/ChangeLog +++ b/app-emulation/spectemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/spectemu # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/ChangeLog,v 1.11 2005/04/22 00:25:58 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/ChangeLog,v 1.12 2005/04/22 19:48:25 rphillips Exp $ + + 22 Apr 2005; spectemu-0.99.3.ebuild: + Fix man page location 21 Apr 2005; spectemu-0.99.3.ebuild: Fixed sandbox violation diff --git a/app-emulation/spectemu/spectemu-0.99.3.ebuild b/app-emulation/spectemu/spectemu-0.99.3.ebuild index ba0a64569001..932397140045 100644 --- a/app-emulation/spectemu/spectemu-0.99.3.ebuild +++ b/app-emulation/spectemu/spectemu-0.99.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild,v 1.2 2005/04/22 00:25:58 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild,v 1.3 2005/04/22 19:48:25 rphillips Exp $ ### Several versions of specemu exist, xspect & vgaspect, utilising X11 ### and/or svgalib. libreadline provides optional runtime features. @@ -25,7 +25,7 @@ src_compile() { use X || myflags="${myflags} --with-x=no" use readline || myflags="${myflags} --without-readline" - myflags="${myflags} --mandir=${D}/usr/share/man/man1" + myflags="${myflags} --mandir=${D}/usr/share/man/" econf ${myflags} || die "Spectemu ./configure failed" emake || die "Spectemu make failed" -- cgit v1.2.3-65-gdbad