summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-07-30 08:15:34 +0000
committerobache <obache@pkgsrc.org>2014-07-30 08:15:34 +0000
commite32b5d651f7b02ce9dac7e34459d2a30c2100c9c (patch)
treef7073045a4cb442d23fefacce0531f1ffd22d931 /mk
parent6915870b5298002ba80663d74f8f09ec5bf33cdc (diff)
downloadpkgsrc-e32b5d651f7b02ce9dac7e34459d2a30c2100c9c.tar.gz
Fixed "Default" description for BINPKG_SITES, sync with install/bin-install.mk.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 063aaa68883..5ea941355d6 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.242 2014/06/28 22:01:00 joerg Exp $
+# $NetBSD: mk.conf,v 1.243 2014/07/30 08:15:34 obache Exp $
#
# This file provides default values for variables that may be overridden
@@ -610,7 +610,7 @@ WARN_NO_OBJECT_FMT?=yes
# "arch" are replaced with OS release ("1.5", ...) and architecture
# ("mipsel", ...)
# Possible: any ftp url, see above.
-# Default: ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$${rel}/$${arch}
+# Default: ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD//$${arch}/$${rel}
#BIN_INSTALL_FLAGS=
# List of flags passed to pkg_add(8) in the bin_install package.