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/bbweather | |
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/bbweather')
-rw-r--r-- | x11-misc/bbweather/bbweather-0.3-r1.ebuild (renamed from x11-misc/bbweather/bbweather-0.3.ebuild) | 4 | ||||
-rw-r--r-- | x11-misc/bbweather/files/digest-bbweather-0.3 | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/bbweather/bbweather-0.3.ebuild b/x11-misc/bbweather/bbweather-0.3-r1.ebuild index 5b30315a3d12..f926539efdfe 100644 --- a/x11-misc/bbweather/bbweather-0.3.ebuild +++ b/x11-misc/bbweather/bbweather-0.3-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 Joe Bormolini <lordjoe@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.3.ebuild,v 1.1 2001/08/31 00:49:02 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.3-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox weather monitor" @@ -13,7 +13,7 @@ DEPEND=">=x11-wm/blackbox-0.61 >=sys-devel/perl-5.6.1" src_compile() { - ./configure --prefix=/usr/X11R6 --host=${CHOST} || die + ./configure --prefix=/usr --host=${CHOST} || die emake || die } diff --git a/x11-misc/bbweather/files/digest-bbweather-0.3 b/x11-misc/bbweather/files/digest-bbweather-0.3 deleted file mode 100644 index 31562ff36cc9..000000000000 --- a/x11-misc/bbweather/files/digest-bbweather-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 526e505dc2938016fb0a7622896b5d3d bbweather-0.3.tar.bz2 |