diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:16 +0000 |
commit | 3bd85fe59a6b3e886c351a2ab54572fe504b44ee (patch) | |
tree | a69267f7535d800ecdbba111fb79419bb5ab9b6c /x11-misc/bbapm | |
parent | The Big Commit. Modifies apps to install into /usr instead of /usr/X11R6. If ... (diff) | |
download | historical-3bd85fe59a6b3e886c351a2ab54572fe504b44ee.tar.gz historical-3bd85fe59a6b3e886c351a2ab54572fe504b44ee.tar.bz2 historical-3bd85fe59a6b3e886c351a2ab54572fe504b44ee.zip |
The Big Commit. Modifies apps to install into /usr instead of /usr/X11R6. If it breaks, fix it.
Diffstat (limited to 'x11-misc/bbapm')
-rw-r--r-- | x11-misc/bbapm/bbapm-0.0.1-r1.ebuild (renamed from x11-misc/bbapm/bbapm-0.0.1.ebuild) | 4 | ||||
-rw-r--r-- | x11-misc/bbapm/files/digest-bbapm-0.0.1 | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/bbapm/bbapm-0.0.1.ebuild b/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild index 5b14308b37bf..7af21e5df536 100644 --- a/x11-misc/bbapm/bbapm-0.0.1.ebuild +++ b/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly <joly@ee.ualberta.ca> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/bbapm-0.0.1.ebuild,v 1.2 2001/10/01 00:20:58 lordjoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/bbapm-0.0.1-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox advanced power management tool" @@ -12,7 +12,7 @@ DEPEND=">=x11-wm/blackbox-0.61 >=sys-apps/apmd-3.0.1" src_compile() { - ./configure --prefix=/usr/X11R6 --host=${CHOST} || die + ./configure --prefix=/usr --host=${CHOST} || die emake || die } diff --git a/x11-misc/bbapm/files/digest-bbapm-0.0.1 b/x11-misc/bbapm/files/digest-bbapm-0.0.1 deleted file mode 100644 index 33ef2d23d594..000000000000 --- a/x11-misc/bbapm/files/digest-bbapm-0.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d2629959bd907696c7765b7c34bc54f bbapm-0.0.1.tar.gz |