diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /psmisc/psmisc_20.2.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'psmisc/psmisc_20.2.oe')
-rw-r--r-- | psmisc/psmisc_20.2.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/psmisc/psmisc_20.2.oe b/psmisc/psmisc_20.2.oe index 42f7e8b10e..8844e1e9b1 100644 --- a/psmisc/psmisc_20.2.oe +++ b/psmisc/psmisc_20.2.oe @@ -5,9 +5,9 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>" RDEPENDS = "libc6 libncurses5" DEPENDS = "virtual/libc ncurses" -SRC_URI="${SOURCEFORGE_MIRROR}/psmisc/psmisc-20.2.tar.gz \ +SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 \ file://${FILESDIR}/m4.patch;patch=1" -S = "${WORKDIR}/${P}" +S = "${WORKDIR}/psmisc-${PV}" inherit autotools |