summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-05-22 14:19:13 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-05-22 14:19:13 +0000
commitfe2d269ef74de5cb3e56c55e66bbb1bc69e2f2a4 (patch)
treebd7a7d1c582ea96293ce4d2995b8cdaec6ec0a4b /sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild
parentremove old (diff)
downloadhistorical-fe2d269ef74de5cb3e56c55e66bbb1bc69e2f2a4.tar.gz
historical-fe2d269ef74de5cb3e56c55e66bbb1bc69e2f2a4.tar.bz2
historical-fe2d269ef74de5cb3e56c55e66bbb1bc69e2f2a4.zip
make PATCHES a bash array
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild')
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild
index f6eb76fc55de..f1f322dbc1f2 100644
--- a/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild
+++ b/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild,v 1.1 2009/05/22 11:12:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-7.2.ebuild,v 1.2 2009/05/22 14:19:13 aballier Exp $
inherit bsdmk freebsd
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/bin
-PATCHES="${FILESDIR}/${PN}-6.0-flex-2.5.31.patch"
+PATCHES=( "${FILESDIR}/${PN}-6.0-flex-2.5.31.patch" )
# csh and tcsh are provided by tcsh package, rmail is sendmail stuff.
REMOVE_SUBDIRS="csh rmail ed"