diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-04-22 19:48:25 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-04-22 19:48:25 +0000 |
commit | 94834f7f03438229b0330e0798843443d49fc7ea (patch) | |
tree | 02922bf3b3875cfeae6cbe9c5990646409cf5b5e /app-emulation/spectemu | |
parent | Remove www-proxy category (diff) | |
download | historical-94834f7f03438229b0330e0798843443d49fc7ea.tar.gz historical-94834f7f03438229b0330e0798843443d49fc7ea.tar.bz2 historical-94834f7f03438229b0330e0798843443d49fc7ea.zip |
fix man page location
Diffstat (limited to 'app-emulation/spectemu')
-rw-r--r-- | app-emulation/spectemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/spectemu/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/spectemu/spectemu-0.99.3.ebuild | 4 |
3 files changed, 8 insertions, 5 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; <rphillips@gentoo.org> spectemu-0.99.3.ebuild: + Fix man page location 21 Apr 2005; <rphillips@gentoo.org> spectemu-0.99.3.ebuild: Fixed sandbox violation diff --git a/app-emulation/spectemu/Manifest b/app-emulation/spectemu/Manifest index ba3ed0e3018a..fbd03f20404b 100644 --- a/app-emulation/spectemu/Manifest +++ b/app-emulation/spectemu/Manifest @@ -1,5 +1,5 @@ -MD5 afb3b5cfd320aa32a334ae67fbac968d spectemu-0.99.3.ebuild 1184 +MD5 748e11836f480d64f3aa42d048e836dc spectemu-0.99.3.ebuild 1180 MD5 7c31048b431a63a72f1c9350af5b78d4 spectemu-0.9.4.ebuild 1767 -MD5 c4dcd35f9120cc0df1b351828081a053 ChangeLog 1268 +MD5 22227432807554d9d7f74580b1053fae ChangeLog 1355 MD5 3eff986352c598213569695176c1dadb files/digest-spectemu-0.9.4 65 MD5 2fa8d7d58dd97f11057af7dc17b910a1 files/digest-spectemu-0.99.3 67 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" |