diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-07-18 19:30:49 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-07-18 19:30:49 +0000 |
commit | db0f30dc95be8278a506061c01291da4ebe377f1 (patch) | |
tree | ea6832d7a979d51fe19bd6a918be3b3d11d8b683 /sys-freebsd/freebsd-pf/freebsd-pf-6.1.ebuild | |
parent | Version bump. Added ~amd64. (diff) | |
download | gentoo-2-db0f30dc95be8278a506061c01291da4ebe377f1.tar.gz gentoo-2-db0f30dc95be8278a506061c01291da4ebe377f1.tar.bz2 gentoo-2-db0f30dc95be8278a506061c01291da4ebe377f1.zip |
Removed ftp-proxy colliding with freebsd-libexec.
(Portage version: 2.1.1_pre3)
Diffstat (limited to 'sys-freebsd/freebsd-pf/freebsd-pf-6.1.ebuild')
-rw-r--r-- | sys-freebsd/freebsd-pf/freebsd-pf-6.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-freebsd/freebsd-pf/freebsd-pf-6.1.ebuild b/sys-freebsd/freebsd-pf/freebsd-pf-6.1.ebuild index ca7fd61436d0..f8451441c62d 100644 --- a/sys-freebsd/freebsd-pf/freebsd-pf-6.1.ebuild +++ b/sys-freebsd/freebsd-pf/freebsd-pf-6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-pf/freebsd-pf-6.1.ebuild,v 1.1 2006/05/09 07:39:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-pf/freebsd-pf-6.1.ebuild,v 1.2 2006/07/18 19:30:49 the_paya Exp $ inherit bsdmk freebsd @@ -14,7 +14,6 @@ IUSE="" SRC_URI="mirror://gentoo/${USBIN}.tar.bz2 mirror://gentoo/${SBIN}.tar.bz2 mirror://gentoo/${CONTRIB}.tar.bz2 - mirror://gentoo/${LIBEXEC}.tar.bz2 mirror://gentoo/${ETC}.tar.bz2" RDEPEND="net-libs/libpcap" @@ -24,7 +23,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}" -SUBDIRS="libexec/ftp-proxy usr.sbin/authpf sbin/pfctl sbin/pflogd" +SUBDIRS="usr.sbin/authpf sbin/pfctl sbin/pflogd" PATCHES="${FILESDIR}/${PN}-6.0-pcap.patch" |