diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-18 08:13:18 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-18 08:13:18 +0000 |
commit | 846157bf595eea8baa7fcce3c9a7a8d138bbd56b (patch) | |
tree | 69db5fc41c34829fe0e97d1bf1fd29e9c9ac5117 /media-gfx/xpaint | |
parent | fixed missing file in download url (diff) | |
download | gentoo-2-846157bf595eea8baa7fcce3c9a7a8d138bbd56b.tar.gz gentoo-2-846157bf595eea8baa7fcce3c9a7a8d138bbd56b.tar.bz2 gentoo-2-846157bf595eea8baa7fcce3c9a7a8d138bbd56b.zip |
sandbox violation fixes and config file patch update, closes bug 774
Diffstat (limited to 'media-gfx/xpaint')
-rw-r--r-- | media-gfx/xpaint/files/Local.config-2.6.2.diff | 2 | ||||
-rw-r--r-- | media-gfx/xpaint/xpaint-2.6.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/xpaint/files/Local.config-2.6.2.diff b/media-gfx/xpaint/files/Local.config-2.6.2.diff index 0a04207fb07e..2fbc50ca264a 100644 --- a/media-gfx/xpaint/files/Local.config-2.6.2.diff +++ b/media-gfx/xpaint/files/Local.config-2.6.2.diff @@ -15,7 +15,7 @@ XCOMM the default paths and man page extension. XCOMM ! BINDIR = /usr/bin -! MANDIR = /usr/share/man +! MANDIR = /usr/share/man/man1 XCOMM #undef ManSuffix XCOMM #define ManSuffix 1 diff --git a/media-gfx/xpaint/xpaint-2.6.2.ebuild b/media-gfx/xpaint/xpaint-2.6.2.ebuild index 41dd9efed652..8d599cf80880 100644 --- a/media-gfx/xpaint/xpaint-2.6.2.ebuild +++ b/media-gfx/xpaint/xpaint-2.6.2.ebuild @@ -1,7 +1,7 @@ #Copyright 2002 Gentoo Technologies, Inc. #Distributed under the terms of the GNU General Public License, v2 or later #Author John Stalker <stalker@math.princeton.edu> -#$Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.6.2.ebuild,v 1.1 2002/02/07 15:38:25 verwilst Exp $ +#$Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.6.2.ebuild,v 1.2 2002/03/18 08:13:18 gbevin Exp $ S=${WORKDIR}/xpaint DESCRIPTION="XPaint is an image editor which supports most standard paint program options." @@ -32,8 +32,8 @@ src_compile() { src_install () { - make install || die - make install.man + make DESTDIR=${D} install || die + make DESTDIR=${D} install.man || die dodoc ChangeLog INSTALL README README.PNG README.old TODO } |