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
commitfa29b723b8cb187dc4e089de019a8e89f8f9e3a8 (patch)
treed198bd17c168390816314fd487f4bf70f2cf8c90
parentchanged SLOT to "0", since that seems to be proper (diff)
downloadgentoo-2-fa29b723b8cb187dc4e089de019a8e89f8f9e3a8.tar.gz
gentoo-2-fa29b723b8cb187dc4e089de019a8e89f8f9e3a8.tar.bz2
gentoo-2-fa29b723b8cb187dc4e089de019a8e89f8f9e3a8.zip
Fixed installation issues. Thanks to Uwe Ohse
-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
}