diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-12-31 23:47:55 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-12-31 23:47:55 +0000 |
commit | 420ef5ef2ea4a3f31ca150bd4e690098c00767c8 (patch) | |
tree | 12f620ab81157bbf710054146dbbcb982e6ef60f /sys-apps/file | |
parent | drip, for video conversion to divx (diff) | |
download | gentoo-2-420ef5ef2ea4a3f31ca150bd4e690098c00767c8.tar.gz gentoo-2-420ef5ef2ea4a3f31ca150bd4e690098c00767c8.tar.bz2 gentoo-2-420ef5ef2ea4a3f31ca150bd4e690098c00767c8.zip |
header and form updates
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-3.37.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sys-apps/file/file-3.37.ebuild b/sys-apps/file/file-3.37.ebuild index fb1e079f486e..038ceb93acab 100644 --- a/sys-apps/file/file-3.37.ebuild +++ b/sys-apps/file/file-3.37.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.37.ebuild,v 1.1 2001/11/02 08:45:05 woodchip Exp $ +# Maintainer: Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.37.ebuild,v 1.2 2001/12/31 23:47:55 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="Program to identify a file's format by scanning binary data for patterns" @@ -12,9 +12,10 @@ DEPEND="virtual/glibc" src_compile() { - ./configure \ - --prefix=/usr --mandir=/usr/share/man \ - --datadir=/usr/share/misc --host=${CHOST} || die + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --datadir=/usr/share/misc \ + --host=${CHOST} || die emake || die } |