diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
commit | 6d670401a251ae4d032282784d7dac7433fa933e (patch) | |
tree | 216747ab894dbb35861f297a5bf8d36be2a6c750 /x11-misc/wmakerconf | |
parent | modernised (diff) | |
download | historical-6d670401a251ae4d032282784d7dac7433fa933e.tar.gz historical-6d670401a251ae4d032282784d7dac7433fa933e.tar.bz2 historical-6d670401a251ae4d032282784d7dac7433fa933e.zip |
modernised
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.9.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild b/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild index 958462ee2e28..af6939dbf454 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild,v 1.4 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="X based config tool for the windowmaker X windowmanager." @@ -43,11 +43,11 @@ src_compile() { src_install() { - make \ + make \ prefix=${D}/usr \ GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ install || die - dodoc README MANUAL AUTHORS TODO COPYING ChangeLog + dodoc README MANUAL AUTHORS TODO COPYING ChangeLog dohtml -r . } diff --git a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild b/x11-misc/wmakerconf/wmakerconf-2.9.ebuild index b66d4d47ad61..d7d7be0f5531 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.9.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.ebuild,v 1.1 2002/07/17 05:40:09 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.ebuild,v 1.2 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="X based config tool for the windowmaker X windowmanager." @@ -42,11 +42,11 @@ src_compile() { src_install() { - make \ + make \ prefix=${D}/usr \ GNOMEDIR=${D}/usr/share/gnome/apps/Settings \ install || die - dodoc README MANUAL AUTHORS TODO COPYING ChangeLog + dodoc README MANUAL AUTHORS TODO COPYING ChangeLog dohtml -r . } |