diff options
author | sbd <sbd> | 2010-04-18 21:48:39 +0000 |
---|---|---|
committer | sbd <sbd> | 2010-04-18 21:48:39 +0000 |
commit | 205e64e2542378b5971f07ba291ae37347eed071 (patch) | |
tree | 722cedb755bdbfd0275b6f160cd9b488e1c0000b /mk | |
parent | 7f10df13b17734d17dfd78f16634c1d6abb96c11 (diff) | |
download | pkgsrc-205e64e2542378b5971f07ba291ae37347eed071.tar.gz |
syncing BINPKG_SITES with reality.
Originally suggested by hubertf@
Diffstat (limited to 'mk')
-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 |