diff options
author | 2001-06-04 00:16:12 +0000 | |
---|---|---|
committer | 2001-06-04 00:16:12 +0000 | |
commit | 9ea505d44e317141bbe1c635ed016c316ea75db7 (patch) | |
tree | 60e1fbb37be62abbc9144477c188c3bbd0d78813 /net-ftp/gftp/gftp-2.0.8.ebuild | |
parent | Now finds it's help and configuration files correctly (diff) | |
download | gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.tar.gz gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.tar.bz2 gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.zip |
dependencie fixes and updates
Diffstat (limited to 'net-ftp/gftp/gftp-2.0.8.ebuild')
-rw-r--r-- | net-ftp/gftp/gftp-2.0.8.ebuild | 4 |
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 |