summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-25 09:20:59 +0000
committergrant <grant@pkgsrc.org>2004-02-25 09:20:59 +0000
commitb6f7f60e16cda15da52e6cb24e74c50d3cbb48be (patch)
treedbfa86271bea90a0faf6fb65cef8740e19b4146e /mk
parent3f7c436cf40cc2fd85dbf70d9195516a94aefc51 (diff)
downloadpkgsrc-b6f7f60e16cda15da52e6cb24e74c50d3cbb48be.tar.gz
s/netbsd.org/NetBSD.org/
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/bsd.bulk-pkg.mk4
-rw-r--r--mk/bulk/build4
-rw-r--r--mk/bulk/build.conf-example6
-rw-r--r--mk/bulk/printdepends4
-rw-r--r--mk/bulk/upload8
5 files changed, 13 insertions, 13 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk
index c64c6cf0b92..f0fa305164d 100644
--- a/mk/bulk/bsd.bulk-pkg.mk
+++ b/mk/bulk/bsd.bulk-pkg.mk
@@ -1,7 +1,7 @@
-# $NetBSD: bsd.bulk-pkg.mk,v 1.56 2004/01/26 21:24:41 agc Exp $
+# $NetBSD: bsd.bulk-pkg.mk,v 1.57 2004/02/25 09:20:59 grant Exp $
#
-# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@netbsd.org>
+# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/mk/bulk/build b/mk/bulk/build
index 9bb6b0e0714..6d36d6d84dc 100644
--- a/mk/bulk/build
+++ b/mk/bulk/build
@@ -1,8 +1,8 @@
#!/bin/sh
-# $NetBSD: build,v 1.35 2004/02/05 23:57:54 grant Exp $
+# $NetBSD: build,v 1.36 2004/02/25 09:20:59 grant Exp $
#
-# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@netbsd.org>
+# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index bd9fc154a89..c75a5aea220 100644
--- a/mk/bulk/build.conf-example
+++ b/mk/bulk/build.conf-example
@@ -1,5 +1,5 @@
# build.conf
-# $NetBSD: build.conf-example,v 1.16 2004/01/31 03:37:24 grant Exp $
+# $NetBSD: build.conf-example,v 1.17 2004/02/25 09:20:59 grant Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#
@@ -48,11 +48,11 @@ PRUNEDISTFILES=no
# destination for packages with the OSVERSION_SPECIFIC flag set. Needs major.minor.patch
# version.
-RSYNC_DST_SPECIFIC=$CVS_USER@ftp.netbsd.org:/pub/NetBSD/packages/x.y.z/arch
+RSYNC_DST_SPECIFIC=$CVS_USER@ftp.NetBSD.org:/pub/NetBSD/packages/x.y.z/arch
# destination for packages without the OSVERSION_SPECIFIC flag set. Needs major.minor
# version.
-RSYNC_DST_OTHER=$CVS_USER@ftp.netbsd.org:/pub/NetBSD/packages/x.y/arch
+RSYNC_DST_OTHER=$CVS_USER@ftp.NetBSD.org:/pub/NetBSD/packages/x.y/arch
RSYNC_OPTS='-e ssh'
###########################################################################
diff --git a/mk/bulk/printdepends b/mk/bulk/printdepends
index d80165ecc8e..2316e4f2b08 100644
--- a/mk/bulk/printdepends
+++ b/mk/bulk/printdepends
@@ -1,8 +1,8 @@
#!/bin/sh
-# $NetBSD: printdepends,v 1.14 2004/01/30 10:54:36 grant Exp $
+# $NetBSD: printdepends,v 1.15 2004/02/25 09:20:59 grant Exp $
#
-# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@netbsd.org>
+# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/mk/bulk/upload b/mk/bulk/upload
index 050106304d0..bd58936b235 100644
--- a/mk/bulk/upload
+++ b/mk/bulk/upload
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: upload,v 1.14 2004/02/16 20:25:35 hubertf Exp $
+# $NetBSD: upload,v 1.15 2004/02/25 09:20:59 grant Exp $
#
# Upload non-restricted binary pkgs to ftp server
@@ -32,17 +32,17 @@ if [ -z "$RSYNC_DST_SPECIFIC" -o -z "$RSYNC_DST_OTHER" ]; then
echo "RSYNC_DST_SPECIFIC should be set to the destination for packages"
echo "which have the OSVERSION_SPECIFIC flag set. I.e., the complete OS"
echo "version number is required. For example:"
- echo " user@ftp.netbsd.org:/pub/NetBSD/packages/1.5.1/alpha"
+ echo " user@ftp.NetBSD.org:/pub/NetBSD/packages/1.5.1/alpha"
echo " "
echo "RSYNC_DST_OTHER should be set to the destination for packages"
echo "which do _not_ have the OSVERSION_SPECIFIC flag set. I.e., only"
echo "the major.minor release string is used. For example, on a 1.5.1"
echo "alpha system you would use:"
- echo " user@ftp.netbsd.org:/pub/NetBSD/packages/1.5/alpha"
+ echo " user@ftp.NetBSD.org:/pub/NetBSD/packages/1.5/alpha"
echo "If you are building from pkgsrc current, set the destination"
echo "to major.minor-latest. For example, on a 1.6.1 m68k system where"
echo "building pkgsrc current (assuming pkgsrc-1-6 is already built):"
- echo " user@ftp.netbsd.org:/pub/NetBSD/packages/1.6-latest/m68k"
+ echo " user@ftp.NetBSD.org:/pub/NetBSD/packages/1.6-latest/m68k"
echo " "
exit 1
fi