summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-27 18:02:06 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-27 18:02:06 +0000
commit040cfff7c7110a4c42c7935b84584539aa3004ee (patch)
treec8164e0a8d80a400daa2ecacae88504197c03a38 /media-gfx/photopc
parentchanged SLOT to "0", since that seems to be proper (diff)
downloadhistorical-040cfff7c7110a4c42c7935b84584539aa3004ee.tar.gz
historical-040cfff7c7110a4c42c7935b84584539aa3004ee.tar.bz2
historical-040cfff7c7110a4c42c7935b84584539aa3004ee.zip
Fixed installation issues. Thanks to Uwe Ohse
Diffstat (limited to 'media-gfx/photopc')
-rw-r--r--media-gfx/photopc/ChangeLog6
-rw-r--r--media-gfx/photopc/photopc-3.05.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/media-gfx/photopc/ChangeLog b/media-gfx/photopc/ChangeLog
index 6b7e48417ce6..e2c06dd8c52c 100644
--- a/media-gfx/photopc/ChangeLog
+++ b/media-gfx/photopc/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for media-gfx/photopc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/ChangeLog,v 1.1 2002/06/14 18:49:27 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/ChangeLog,v 1.2 2002/06/27 18:02:06 rphillips Exp $
*photopc-3.05 (14 June 2002)
+ 27 June 2002; Ryan Phillips <rphillips@gentoo.org> photopc-3.05.ebuild :
+
+ Fixed installation issues. Thanks to Uwe Ohse
+
14 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/media-gfx/photopc/photopc-3.05.ebuild b/media-gfx/photopc/photopc-3.05.ebuild
index 9bb632f93c28..f50ebfdfc313 100644
--- a/media-gfx/photopc/photopc-3.05.ebuild
+++ b/media-gfx/photopc/photopc-3.05.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.1 2002/06/14 18:49:27 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photopc/photopc-3.05.ebuild,v 1.2 2002/06/27 18:02:06 rphillips Exp $
S=${WORKDIR}/${P}
DESCRIPTION="photopc"
@@ -16,8 +16,9 @@ src_unpack ()
src_install ()
{
- into /usr
dobin photopc
- doman photopc
+ dobin epinfo
+ doman photopc.1
+ doman epinfo.1
}