summaryrefslogtreecommitdiff
path: root/textproc/py-libxslt
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-05 08:37:04 +0000
committerrillig <rillig>2006-11-05 08:37:04 +0000
commit17f1374bf288bc03c52fd274adf19b8b31a1941a (patch)
treede362070e2f06e12db92f5f6312cc574e462b474 /textproc/py-libxslt
parentda90f3b19f9fae74f34c861ac5cc7a6254ede058 (diff)
downloadpkgsrc-17f1374bf288bc03c52fd274adf19b8b31a1941a.tar.gz
Typo: The second MASTER_SITES definition must use the += operator
instead of =, otherwise the first one is overwritten. That's fatal, because the GNOME sites don't have the distfile yet.
Diffstat (limited to 'textproc/py-libxslt')
-rw-r--r--textproc/py-libxslt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile
index cd4c442f438..d9adcde8c46 100644
--- a/textproc/py-libxslt/Makefile
+++ b/textproc/py-libxslt/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2006/10/30 21:04:22 drochner Exp $
+# $NetBSD: Makefile,v 1.22 2006/11/05 08:37:04 rillig Exp $
DISTNAME= libxslt-1.1.18
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ftp://xmlsoft.org/libxslt/
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
+MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://xmlsoft.org/XSLT/