summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-02-25 02:09:24 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-02-25 02:09:24 +0000
commitb1feebe6e9ba6afb8e793fabae2ca9a6ebc09fe0 (patch)
tree1a909119af2097adbe77b2bd30101f926f4a048f /net-mail/pfqueue/pfqueue-0.3.2.ebuild
parentadd pkgconfig dep, mark x86 stable. bug 82931 (diff)
downloadgentoo-2-b1feebe6e9ba6afb8e793fabae2ca9a6ebc09fe0.tar.gz
gentoo-2-b1feebe6e9ba6afb8e793fabae2ca9a6ebc09fe0.tar.bz2
gentoo-2-b1feebe6e9ba6afb8e793fabae2ca9a6ebc09fe0.zip
Use make install syntax in 0.3.3. Install manpage in older ebuilds.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-mail/pfqueue/pfqueue-0.3.2.ebuild')
-rw-r--r--net-mail/pfqueue/pfqueue-0.3.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/pfqueue/pfqueue-0.3.2.ebuild b/net-mail/pfqueue/pfqueue-0.3.2.ebuild
index 9a316dcf0581..c077dd9c5964 100644
--- a/net-mail/pfqueue/pfqueue-0.3.2.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.3.2.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.3.2.ebuild,v 1.1 2005/02/18 23:05:13 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.2.ebuild,v 1.2 2005/02/25 02:09:24 ticho Exp $
inherit eutils
DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix
@@ -17,4 +17,5 @@ RDEPEND="mail-mta/postfix"
src_install() {
dosbin pfqueue
dodoc README ChangeLog
+ doman pfqueue.1
}