diff options
-rw-r--r-- | sys-apps/acpid/acpid-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/acpid/acpid-1.0.1-r1.ebuild b/sys-apps/acpid/acpid-1.0.1-r1.ebuild index 9fe1f08fab71..4e5bea45be64 100644 --- a/sys-apps/acpid/acpid-1.0.1-r1.ebuild +++ b/sys-apps/acpid/acpid-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1-r1.ebuild,v 1.1 2002/10/16 09:25:24 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1-r1.ebuild,v 1.2 2002/10/16 15:22:17 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="Daemon for Advanced Configuration and Power Interface." @@ -18,7 +18,7 @@ DEPEND="virtual/glibc src_compile() { make INSTPREFIX=${D} \ - CFLAGS="${CFLAGS} -DVERSION=\"\\\"1.0.1\\\"\"" || die + CFLAGS="${CFLAGS} -DVERSION=\"\\\"${PV}\\\"\"" || die } src_install () { |