--- /usr/portage/media-gfx/gtkam/gtkam-0.1.9.ebuild 2002-12-11 14:18:43.000000000 -0500 +++ /usr/local/portage/media-gfx/gtkam/gtkam-0.1.9-r1.ebuild 2002-12-11 18:33:38.000000000 -0500 @@ -16,6 +16,14 @@ S=${WORKDIR}/${P} src_compile() { + + # A Makefile hack to remove the spurious installation of + # documentation into /usr/doc/gtkam + cd ${S} + cp Makefile.in Makefile.in.orig + sed -e 's/install-data-am:.*/install-data-am:/g' Makefile.in.orig > Makefile.in + rm Makefile.in.orig + econf --without-gimp emake || die }