summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-12-31 23:47:55 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-12-31 23:47:55 +0000
commit34c596d4cdaa03778580b99ef7e7e2db55848ba3 (patch)
treeaa151cda129909f2d0a61aeac0550be0e2a956ac /sys-apps/acpid
parentdrip, for video conversion to divx (diff)
downloadhistorical-34c596d4cdaa03778580b99ef7e7e2db55848ba3.tar.gz
historical-34c596d4cdaa03778580b99ef7e7e2db55848ba3.tar.bz2
historical-34c596d4cdaa03778580b99ef7e7e2db55848ba3.zip
header and form updates
Diffstat (limited to 'sys-apps/acpid')
-rw-r--r--sys-apps/acpid/acpid-1.0.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/acpid/acpid-1.0.0.ebuild b/sys-apps/acpid/acpid-1.0.0.ebuild
index 933ef72e4106..a353e53cb1fb 100644
--- a/sys-apps/acpid/acpid-1.0.0.ebuild
+++ b/sys-apps/acpid/acpid-1.0.0.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Martin Schlemmer <azarah@gentoo.org>
+# Maintainer: Martin Schlemmer <azarah@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.0.ebuild,v 1.3 2001/12/31 23:47:55 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Daemon for Advanced Configuration and Power Interface."
@@ -15,7 +16,7 @@ DEPEND="virtual/glibc
src_compile() {
- # DONT compile with optimizations !
+ # DO NOT compile with optimizations !
make INSTPREFIX=${D} ||die
}