summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-01-28 22:15:05 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-01-28 22:15:05 +0000
commit90a395950bc14f8e038f52e7c69672c972ac4cb4 (patch)
tree0f7f6af338608a5ae4aaf7c02f8e774d8b3c3bb0 /app-misc/gallery
parentVersion bumped. (diff)
downloadgentoo-2-90a395950bc14f8e038f52e7c69672c972ac4cb4.tar.gz
gentoo-2-90a395950bc14f8e038f52e7c69672c972ac4cb4.tar.bz2
gentoo-2-90a395950bc14f8e038f52e7c69672c972ac4cb4.zip
fixed einfo
Diffstat (limited to 'app-misc/gallery')
-rw-r--r--app-misc/gallery/gallery-1.3.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/gallery/gallery-1.3.3.ebuild b/app-misc/gallery/gallery-1.3.3.ebuild
index 9d6dd9e6a341..74fc0166dee2 100644
--- a/app-misc/gallery/gallery-1.3.3.ebuild
+++ b/app-misc/gallery/gallery-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.3.ebuild,v 1.1 2003/01/28 22:08:14 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gallery/gallery-1.3.3.ebuild,v 1.2 2003/01/28 22:15:05 mholzer Exp $
DESCRIPTION="Web based (PHP Script) photo album viewer/creator."
HOMEPAGE="http://gallery.sourceforge.net/"
@@ -9,7 +9,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-DEPEND=">=net-www/apache-1.3.24-r1
+depenD=">=net-www/apache-1.3.24-r1
>=dev-php/mod_php-4.1.2-r5
>=media-gfx/jhead-1.6
>=media-gfx/imagemagick-5.4.9.1-r1"
@@ -82,7 +82,7 @@ pkg_postinst() {
einfo "For new installations point your browser to http://www.yourhost.com/gallery/setup/"
einfo "and follow the instructions."
einfo "-----------------------------------------------------------------------------------"
- einfo "For upgrades, just run # /home/httpd/gallery/secure.sh"
+ einfo "For upgrades, just run # ${DST_PATH}/secure.sh"
einfo
}