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 /media-libs/SoQt | |
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 'media-libs/SoQt')
-rw-r--r-- | media-libs/SoQt/SoQt-20010601-r1.ebuild (renamed from media-libs/SoQt/SoQt-20010601.ebuild) | 4 | ||||
-rw-r--r-- | media-libs/SoQt/files/digest-SoQt-20010601 | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/SoQt/SoQt-20010601.ebuild b/media-libs/SoQt/SoQt-20010601-r1.ebuild index 805ba1f5debe..dae600bd8242 100644 --- a/media-libs/SoQt/SoQt-20010601.ebuild +++ b/media-libs/SoQt/SoQt-20010601-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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601.ebuild,v 1.2 2001/06/08 01:08:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ A=${P}.tar.gz @@ -17,7 +17,7 @@ DEPEND="virtual/x11 src_compile() { - try ./configure --prefix=/usr/X11R6 --host=${CHOST} --build=${CHOST} + try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} try make } diff --git a/media-libs/SoQt/files/digest-SoQt-20010601 b/media-libs/SoQt/files/digest-SoQt-20010601 deleted file mode 100644 index fa835cc53498..000000000000 --- a/media-libs/SoQt/files/digest-SoQt-20010601 +++ /dev/null @@ -1 +0,0 @@ -MD5 62c2382154d450379858f299bbfb424d SoQt-20010601.tar.gz |