From 7dd3e6e289f4b6b5ddfedb12018f9a13c8e97c48 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Wed, 13 Apr 2005 10:54:11 +0000 Subject: Fix install locations. (Portage version: 2.0.51.19) --- mail-filter/gld/ChangeLog | 5 ++++- mail-filter/gld/gld-1.5.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'mail-filter/gld') diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog index 4ef190a5f230..e2033aa3b501 100644 --- a/mail-filter/gld/ChangeLog +++ b/mail-filter/gld/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/gld # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.11 2005/04/13 10:30:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.12 2005/04/13 10:54:11 ticho Exp $ + + 13 Apr 2005; Andrej Kacian gld-1.5.ebuild: + Fix sql files install location. *gld-1.5 (13 Apr 2005) diff --git a/mail-filter/gld/gld-1.5.ebuild b/mail-filter/gld/gld-1.5.ebuild index cf9d77946d29..b9ab3c76ec1f 100644 --- a/mail-filter/gld/gld-1.5.ebuild +++ b/mail-filter/gld/gld-1.5.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/mail-filter/gld/gld-1.5.ebuild,v 1.1 2005/04/13 10:30:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5.ebuild,v 1.2 2005/04/13 10:54:11 ticho Exp $ DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix" HOMEPAGE="http://www.gasmi.net/gld.html" @@ -39,6 +39,8 @@ src_install() { dodoc HISTORY LICENSE README* + dodir /usr/share/doc/${PF}/sql + insinto /usr/share/doc/${PF}/sql doins table* newinitd ${FILESDIR}/gld.rc gld @@ -49,6 +51,6 @@ pkg_postinst() { einfo "Please read /usr/share/doc/${PF}/README.gz for details on how to setup" einfo "gld." echo - einfo "The tables.sql file is located at /usr/share/doc/${PF}/sql/tables.sql." + einfo "The tables.*sql files are located at /usr/share/doc/${PF}/sql." echo } -- cgit v1.2.3-65-gdbad