summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2006-06-17 12:04:42 +0000
committerJakub Moc <jakub@gentoo.org>2006-06-17 12:04:42 +0000
commitc9ecf27713d2ad82a4456959c3520e4546348247 (patch)
tree19fac3f027e364dd51a5d7566622efebcc5cf8b5 /app-antivirus/drweb/drweb-4.33.ebuild
parentManifest recommit (diff)
downloadsunrise-c9ecf27713d2ad82a4456959c3520e4546348247.tar.gz
sunrise-c9ecf27713d2ad82a4456959c3520e4546348247.tar.bz2
sunrise-c9ecf27713d2ad82a4456959c3520e4546348247.zip
app-antivirus/drweb - Fix typo: ${P} -> ${PF}
svn path=/sunrise/; revision=95
Diffstat (limited to 'app-antivirus/drweb/drweb-4.33.ebuild')
-rw-r--r--app-antivirus/drweb/drweb-4.33.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/drweb/drweb-4.33.ebuild b/app-antivirus/drweb/drweb-4.33.ebuild
index 162bf742c..b0ba626b4 100644
--- a/app-antivirus/drweb/drweb-4.33.ebuild
+++ b/app-antivirus/drweb/drweb-4.33.ebuild
@@ -30,7 +30,7 @@ PROVIDE="virtual/antivirus"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch ${FILESDIR}/${PF}-gentoo.patch || die "epatch failed"
+ epatch "${FILESDIR}/${PF}-gentoo.patch" || die "epatch failed"
}
pkg_setup() {
@@ -128,5 +128,5 @@ pkg_postinst() {
ewarn "If you don't have a license for DrWeb, go to http://download.drweb.com/demo/ "
ewarn "to obtain a demo licence."
ewarn
- ewarn "Additional information can be obtained from /usr/share/doc/${P}/readme.license"
+ ewarn "Additional information can be obtained from /usr/share/doc/${PF}/readme.license"
}