diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-03 11:34:01 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-03 11:34:01 +0000 |
commit | bf5df5ad52099f12ca90cdca84c1892e26e94a27 (patch) | |
tree | a1dd21b9f9503613e58fbfdede35f9bd811e4ee8 /media-sound | |
parent | PCMCIA-utils (diff) | |
download | historical-bf5df5ad52099f12ca90cdca84c1892e26e94a27.tar.gz historical-bf5df5ad52099f12ca90cdca84c1892e26e94a27.tar.bz2 historical-bf5df5ad52099f12ca90cdca84c1892e26e94a27.zip |
Fixed manpath to be FHS2.1 conform
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gom/gom-0.29.103.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/gom/gom-0.29.103.ebuild b/media-sound/gom/gom-0.29.103.ebuild index 8c32c2f226fa..d504cd6f6b06 100644 --- a/media-sound/gom/gom-0.29.103.ebuild +++ b/media-sound/gom/gom-0.29.103.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/gom/gom-0.29.103.ebuild,v 1.1 2001/05/02 16:19:21 ryan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gom/gom-0.29.103.ebuild,v 1.2 2001/05/03 11:34:01 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Console Mixer Program for OSS" -SRC_URI="http://www.fh-worms.de/~suerken/code/c/gom/{A}" +SRC_URI="http://www.Fh-Worms.DE./~inf222/code/c/gom/released/{A}" HOMEPAGE="http://www.fh-worms.de/~inf222" DEPEND=">=sys-libs/ncurses-5.2" src_compile() { - try ./configure --prefix=/usr + try ./configure --prefix=/usr --mandir=/usr/share/man try make CFLAGS=\"${CFLAGS}\" } |