summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-01-22 21:45:40 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-01-22 21:45:40 +0000
commit23b125c3ced06f91576c97fc31ecc36e93ece290 (patch)
tree2c4c0b2448378369530eb1c7440e87ef62d5723c /net-mail/pfqueue
parentStable on x86. (diff)
downloadgentoo-2-23b125c3ced06f91576c97fc31ecc36e93ece290.tar.gz
gentoo-2-23b125c3ced06f91576c97fc31ecc36e93ece290.tar.bz2
gentoo-2-23b125c3ced06f91576c97fc31ecc36e93ece290.zip
Install into /usr/sbin.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-mail/pfqueue')
-rw-r--r--net-mail/pfqueue/ChangeLog5
-rw-r--r--net-mail/pfqueue/pfqueue-0.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog
index ef9176538b7f..7f0da37fbe1f 100644
--- a/net-mail/pfqueue/ChangeLog
+++ b/net-mail/pfqueue/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/pfqueue
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.2 2005/01/15 01:28:45 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.3 2005/01/22 21:45:40 ticho Exp $
+
+ 22 Jan 2005; Andrej Kacian <ticho@gentoo.org> pfqueue-0.2.0.ebuild:
+ Install into /usr/sbin too.
*pfqueue-0.2.1 (15 Jan 2005)
diff --git a/net-mail/pfqueue/pfqueue-0.2.0.ebuild b/net-mail/pfqueue/pfqueue-0.2.0.ebuild
index 4b93cce375b8..7cebede2b01e 100644
--- a/net-mail/pfqueue/pfqueue-0.2.0.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.2.0.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/net-mail/pfqueue/pfqueue-0.2.0.ebuild,v 1.1 2005/01/05 19:24:27 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.2.0.ebuild,v 1.2 2005/01/22 21:45:40 ticho Exp $
inherit eutils
DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix
@@ -15,7 +15,7 @@ DEPEND="virtual/libc"
RDEPEND="mail-mta/postfix"
src_install() {
- dobin pfqueue
+ dosbin pfqueue
dodoc README ChangeLog
}