diff options
author | sbd <sbd@pkgsrc.org> | 2010-04-18 21:48:39 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-04-18 21:48:39 +0000 |
commit | cb864adc2d3b44a0a7e610081b01e295c8d4107a (patch) | |
tree | 722cedb755bdbfd0275b6f160cd9b488e1c0000b /mk | |
parent | 06b1a0ea5ca41279c813fc182ce137846984cd7d (diff) | |
download | pkgsrc-cb864adc2d3b44a0a7e610081b01e295c8d4107a.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 |