pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/install syncing BINPKG_SITES with reality.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b42e9ab72888
branches:  trunk
changeset: 574525:b42e9ab72888
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Sun Apr 18 21:48:39 2010 +0000

description:
syncing BINPKG_SITES with reality.

Originally suggested by hubertf@

diffstat:

 mk/install/bin-install.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cae0eef3f2e2 -r b42e9ab72888 mk/install/bin-install.mk
--- a/mk/install/bin-install.mk Sun Apr 18 19:51:47 2010 +0000
+++ b/mk/install/bin-install.mk Sun Apr 18 21:48:39 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bin-install.mk,v 1.18 2008/02/20 09:58:04 wiz Exp $
+# $NetBSD: bin-install.mk,v 1.19 2010/04/18 21:48:39 sbd Exp $
 #
 
 # This file provides the following targets:
@@ -31,7 +31,7 @@
 # replaced with OS release ("1.5", ...) and architecture ("mipsel", ...)
 .if ${OPSYS} == "NetBSD"
 BINPKG_SITES?= \
-       ftp://ftp.NetBSD.org/pub/NetBSD/packages/$${rel}/$${arch}
+       ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$${arch}/$${rel}
 .else
 BINPKG_SITES?=
 .endif



Home | Main Index | Thread Index | Old Index