pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-libxslt Typo: The second MASTER_SITES defi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce04ce14f5e4
branches:  trunk
changeset: 521103:ce04ce14f5e4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 05 08:37:04 2006 +0000

description:
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:

 textproc/py-libxslt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 0c41a8d61900 -r ce04ce14f5e4 textproc/py-libxslt/Makefile
--- a/textproc/py-libxslt/Makefile      Sun Nov 05 08:07:15 2006 +0000
+++ b/textproc/py-libxslt/Makefile      Sun Nov 05 08:37:04 2006 +0000
@@ -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@localhost
 HOMEPAGE=      http://xmlsoft.org/XSLT/



Home | Main Index | Thread Index | Old Index