summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGérald Fenoy <djay@gentoo.org>2007-01-07 12:43:04 +0000
committerGérald Fenoy <djay@gentoo.org>2007-01-07 12:43:04 +0000
commitcd8a36a396ad3344a9f9f72dcb93e6b045107db8 (patch)
tree853cc4b8ec36bd2d2ba1e1f49991e34491675f84 /dev-db/postgis/postgis-1.2.0.ebuild
parentarm/s390/sh love (diff)
downloadhistorical-cd8a36a396ad3344a9f9f72dcb93e6b045107db8.tar.gz
historical-cd8a36a396ad3344a9f9f72dcb93e6b045107db8.tar.bz2
historical-cd8a36a396ad3344a9f9f72dcb93e6b045107db8.zip
Adding the omited xsl patch.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-db/postgis/postgis-1.2.0.ebuild')
-rw-r--r--dev-db/postgis/postgis-1.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgis/postgis-1.2.0.ebuild b/dev-db/postgis/postgis-1.2.0.ebuild
index fbcdc72b3023..bf911dbf5dfa 100644
--- a/dev-db/postgis/postgis-1.2.0.ebuild
+++ b/dev-db/postgis/postgis-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-1.2.0.ebuild,v 1.1 2007/01/06 19:41:27 djay Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-1.2.0.ebuild,v 1.2 2007/01/07 12:43:04 djay Exp $
WANT_AUTOCONF="lastest"
inherit autotools eutils versionator
@@ -49,7 +49,7 @@ src_compile(){
fi
if use doc;then
- myconf=="${myconf} --with-xsl=$(ls "${ROOT}"usr/share/sgml/docbook/* | \
+ myconf="${myconf} --with-xsl=$(ls "${ROOT}"usr/share/sgml/docbook/* | \
grep xsl\- | cut -d':' -f1)"
fi