summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-01 01:10:33 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-01 01:10:33 +0000
commit8018073197dafd4027cacabb83019f58908ac1d3 (patch)
tree28ff00ad51b04aa2d8b132ea101f3e44e813c19b /app-misc/read-edid
parenttouchups (diff)
downloadgentoo-2-8018073197dafd4027cacabb83019f58908ac1d3.tar.gz
gentoo-2-8018073197dafd4027cacabb83019f58908ac1d3.tar.bz2
gentoo-2-8018073197dafd4027cacabb83019f58908ac1d3.zip
touchups
Diffstat (limited to 'app-misc/read-edid')
-rw-r--r--app-misc/read-edid/read-edid-1.4.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/read-edid/read-edid-1.4.1.ebuild b/app-misc/read-edid/read-edid-1.4.1.ebuild
index 23c6e9e51d28..85b268686ebb 100644
--- a/app-misc/read-edid/read-edid-1.4.1.ebuild
+++ b/app-misc/read-edid/read-edid-1.4.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/read-edid/read-edid-1.4.1.ebuild,v 1.7 2003/02/13 09:07:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/read-edid/read-edid-1.4.1.ebuild,v 1.8 2003/03/01 01:10:33 vapier Exp $
-DESCRIPTION="Read edid is a program that can get information from a pnp monitor."
+DESCRIPTION="program that can get information from a pnp monitor."
HOMEPAGE="http://john.fremlin.de/programs/linux/read-edid/index.html"
SRC_URI="http://john.fremlin.de/programs/linux/read-edid/${P}.tar.gz"
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
KEYWORDS="x86"
src_compile() {
- econf
+ econf || die
emake || die
}