summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-11-29 19:35:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-11-29 19:35:52 +0000
commit66a71ec09e0925179d5f7c4185c5015b57dbca4a (patch)
treeca008e6a99e697ccd216fb6b625975766bdd741e /sys-devel/libperl/libperl-5.8.7.ebuild
parentAdjusted CFLAGS/CXXFLAGS to something more actual. (diff)
downloadhistorical-66a71ec09e0925179d5f7c4185c5015b57dbca4a.tar.gz
historical-66a71ec09e0925179d5f7c4185c5015b57dbca4a.tar.bz2
historical-66a71ec09e0925179d5f7c4185c5015b57dbca4a.zip
Fix typo (FreeBsd -> FreeBSD).
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'sys-devel/libperl/libperl-5.8.7.ebuild')
-rw-r--r--sys-devel/libperl/libperl-5.8.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libperl/libperl-5.8.7.ebuild b/sys-devel/libperl/libperl-5.8.7.ebuild
index 1657c906a9d0..2edd458fb25f 100644
--- a/sys-devel/libperl/libperl-5.8.7.ebuild
+++ b/sys-devel/libperl/libperl-5.8.7.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/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.16 2005/11/14 21:42:02 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.7.ebuild,v 1.17 2005/11/29 19:35:52 flameeyes Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -155,7 +155,7 @@ src_compile() {
export LC_ALL="C"
local myconf=""
- if [[ ${KERNEL} == "FreeBSD" && "${ELIBC}" = "FreeBsd" ]]; then
+ if [[ ${KERNEL} == "FreeBSD" && "${ELIBC}" = "FreeBSD" ]]; then
osname="freebsd"
elif [[ ${KERNEL} == "NetBSD" ]]; then
osname="netbsd"