summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-09-01 18:37:01 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-09-01 18:37:01 +0000
commit496d1f3f6c8e63aed0e9051d038b63524310b730 (patch)
tree3ebff9bae65d561dfd1573010ee5ee42608dc31c /dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild
parentKeywording stable amd64, sparc; Remove dependency on syslogger. (diff)
downloadhistorical-496d1f3f6c8e63aed0e9051d038b63524310b730.tar.gz
historical-496d1f3f6c8e63aed0e9051d038b63524310b730.tar.bz2
historical-496d1f3f6c8e63aed0e9051d038b63524310b730.zip
Correct documentation install path; Resolves Bug #99387.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild')
-rw-r--r--dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild
index bb5f6614c587..afb21c358de4 100644
--- a/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild
+++ b/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild,v 1.6 2005/09/01 18:30:03 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild,v 1.7 2005/09/01 18:37:01 mkennedy Exp $
DEB_PV=1
@@ -27,6 +27,6 @@ src_install() {
insinto /usr/share/common-lisp/source/asdf
doins asdf.lisp wild-modules.lisp asdf-install.lisp
dodoc LICENSE README
- insinto /usr/share/doc/${P}/examples
+ insinto /usr/share/doc/${PF}/examples
doins test/*
}