diff options
author | Geert Bevin <gbevin@gentoo.org> | 2001-12-12 15:27:14 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2001-12-12 15:27:14 +0000 |
commit | 6184a1fce0cc302b600161511af20871b0dc216b (patch) | |
tree | 14e1b194c84e6c63c49e8c1c6c02a060eb364ea4 /media-gfx/gimp | |
parent | Now, Portage's man pages will exist after a bootstrap. (diff) | |
download | historical-6184a1fce0cc302b600161511af20871b0dc216b.tar.gz historical-6184a1fce0cc302b600161511af20871b0dc216b.tar.bz2 historical-6184a1fce0cc302b600161511af20871b0dc216b.zip |
Perl man pages were installed out of image dir, fixed.
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-1.2.2-r1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/media-gfx/gimp/gimp-1.2.2-r1.ebuild b/media-gfx/gimp/gimp-1.2.2-r1.ebuild index e8b9157c3625..6554e2700d9f 100644 --- a/media-gfx/gimp/gimp-1.2.2-r1.ebuild +++ b/media-gfx/gimp/gimp-1.2.2-r1.ebuild @@ -102,6 +102,12 @@ src_install() { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ PREFIX=${D}/usr \ + INSTALLPRIVLIB=${D}/usr/lib/perl5 \ + INSTALLSCRIPT=${D}/usr/bin \ + INSTALLSITELIB=${D}/usr/lib/perl5/site_perl \ + INSTALLBIN=${D}/usr/bin \ + INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 \ ${mymake} \ install || die |