diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.7-r2.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index b24867bd94b2..57ebb8211af1 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -1,4 +1,4 @@ -MD5 097585b6e7994c61484d781a7dbd0635 fvwm-2.5.7-r2.ebuild 8307 +MD5 2eb3bb9c3dbc61d8709ab2fc87b196fb fvwm-2.5.7-r2.ebuild 8214 MD5 c2eeb0a9ce5240f426cdfa121e0fe84f fvwm-2.4.16-r1.ebuild 4020 MD5 b44ca250c8b822f0bfeb5f11d7824f78 fvwm-2.5.7-r1.ebuild 7876 MD5 7e8dad745798db4e98817ffb0925bf4a fvwm-2.5.7.ebuild 5591 diff --git a/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild b/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild index 94b2cc482756..82f03fa17d28 100644 --- a/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild,v 1.4 2003/09/01 22:33:13 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild,v 1.5 2003/09/02 09:17:57 taviso Exp $ inherit gnuconfig @@ -61,10 +61,9 @@ src_unpack() { } src_compile() { - local myconf="--libexecdir=/usr/lib --with-imagepath=/usr/include/X11/bitmaps:/usr/include/X11/pixmaps:/usr/share/icons/fvwm:/usr/share/icons/wm-icons" + local myconf="--libexecdir=/usr/lib --with-imagepath=/usr/include/X11/bitmaps:/usr/include/X11/pixmaps:/usr/share/icons/fvwm" # ImagePath should include /usr/share/icons/fvwm (x11-themes/fvwm_icons) - # and /usr/share/icons/wm-icons (x11-themes/wm-icons) by default. # use readline in FvwmConsole. if ! use readline; then @@ -259,7 +258,7 @@ pkg_postinst() { einfo " $ emerge -pv fvwm" echo einfo "If you would like a configurable, themed, well made iconset for use" - einfo "with your fvwm configuration, try x11-themes/wm-icons." + einfo "with your FVWM configuration, try x11-themes/wm-icons." echo use perl && use tcltk && { einfo "By setting the perl and tcltk USE flags, you have elected to" |