diff options
-rw-r--r-- | mk/install/bin-install.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/bin-install.mk b/mk/install/bin-install.mk index 0d413e70a08..3fcd5f23d1a 100644 --- a/mk/install/bin-install.mk +++ b/mk/install/bin-install.mk @@ -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 |