summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-04 00:16:12 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-04 00:16:12 +0000
commitba0a4e5c32808d8a5d029f0b0e26a80e9173fe6c (patch)
tree127fbb65735709166cb7ac235f11ee6d7afbde62 /net-ftp/gftp
parentNow finds it's help and configuration files correctly (diff)
downloadhistorical-ba0a4e5c32808d8a5d029f0b0e26a80e9173fe6c.tar.gz
historical-ba0a4e5c32808d8a5d029f0b0e26a80e9173fe6c.tar.bz2
historical-ba0a4e5c32808d8a5d029f0b0e26a80e9173fe6c.zip
dependencie fixes and updates
Diffstat (limited to 'net-ftp/gftp')
-rw-r--r--net-ftp/gftp/gftp-2.0.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/gftp/gftp-2.0.8.ebuild b/net-ftp/gftp/gftp-2.0.8.ebuild
index 4089654a5b8f..4ee156de1f8c 100644
--- a/net-ftp/gftp/gftp-2.0.8.ebuild
+++ b/net-ftp/gftp/gftp-2.0.8.ebuild
@@ -19,13 +19,13 @@ src_compile() {
myconf="--disable-nls"
fi
try ./configure --host=${CHOST} --prefix=/usr/X11R6 \
- --mandir=/usr/X11R6/share/man ${myconf}
+ --mandir=/usr/X11R6/man ${myconf}
try make
}
src_install() {
- try make prefix=${D}/usr/X11R6 mandir=${D}/usr/X11R6/share/man install
+ try make prefix=${D}/usr/X11R6 mandir=${D}/usr/X11R6/man install
dodoc COPYING ChangeLog README* THANKS TODO
dodoc docs/USERS-GUIDE