Skip to content

Commit

Permalink
Refer doc/pkgsrc.txt instead of Packages.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed May 7, 2005
1 parent f39de9f commit af43f6c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$NetBSD: README,v 1.17 2004/03/13 11:31:43 grant Exp $
$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see Packages.txt in the top level pkgsrc directory (this
directory) for information.
Please see doc/pkgsrc.txt for information.
4 changes: 2 additions & 2 deletions bootstrap/bootstrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh

# $NetBSD: bootstrap,v 1.35 2005/04/19 18:24:17 minskim Exp $
# $NetBSD: bootstrap,v 1.36 2005/05/07 22:19:16 wiz Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
Expand Down Expand Up @@ -722,7 +722,7 @@ echo "provided to \"bootstrap\" has been created for you."
echo "Please copy ${MKCONF_EXAMPLE} to ${sysconfdir}/mk.conf."
echo ""
echo "You can find extensive documentation of the NetBSD Packages Collection"
echo "in $pkgsrcdir/Packages.txt and packages(7)."
echo "in $pkgsrcdir/doc/pkgsrc.txt and packages(7)."
echo ""
echo "Hopefully everything is now complete."
echo "Thank you"
Expand Down
4 changes: 2 additions & 2 deletions mk/bsd.pkg.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.1628 2005/05/07 19:32:56 reed Exp $
# $NetBSD: bsd.pkg.mk,v 1.1629 2005/05/07 22:17:40 wiz Exp $
#
# This file is in the public domain.
#
Expand Down Expand Up @@ -891,7 +891,7 @@ CONFIG_STATUS_OVERRIDE?= \
.endif

#
# Config file related settings - see Packages.txt
# Config file related settings - see doc/pkgsrc.txt
#
PKG_SYSCONFVAR?= ${PKGBASE}
PKG_SYSCONFSUBDIR?= # empty
Expand Down
4 changes: 2 additions & 2 deletions mk/bulk/do-sandbox-build
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
# $NetBSD: do-sandbox-build,v 1.9 2005/01/25 08:47:55 grant Exp $
# $NetBSD: do-sandbox-build,v 1.10 2005/05/07 22:16:38 wiz Exp $

#
# Script to start a sandbox build
#
# See pkgsrc/Packages.txt for documentation!
# See pkgsrc/doc/pkgsrc.txt for documentation!
#

sh=`which sh`
Expand Down
4 changes: 2 additions & 2 deletions mk/bulk/do-sandbox-upload
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
# $NetBSD: do-sandbox-upload,v 1.2 2005/01/10 20:00:30 hubertf Exp $
# $NetBSD: do-sandbox-upload,v 1.3 2005/05/07 22:16:38 wiz Exp $

#
# Script to start a sandbox build
#
# See pkgsrc/Packages.txt for documentation!
# See pkgsrc/doc/pkgsrc.txt for documentation!
#

sh=`which sh`
Expand Down
6 changes: 3 additions & 3 deletions mk/defaults/mk.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: mk.conf,v 1.38 2005/05/03 15:10:59 jlam Exp $
# $NetBSD: mk.conf,v 1.39 2005/05/07 22:17:00 wiz Exp $
#

# A file providing defaults for pkgsrc and the packages collection.
Expand Down Expand Up @@ -102,7 +102,7 @@ IGNORE_RECOMMENDED?= no
# are possibly ignored.
#
# WARNING: This should only be set if you know what you're doing.
# Please read pkgsrc/Packages.txt for details.
# Please read pkgsrc/doc/pkgsrc.txt for details.
#
# Possible: yes, no
# Default: no
Expand Down Expand Up @@ -641,7 +641,7 @@ WARN_NO_OBJECT_FMT?=yes
# Default: (no option)

#LOCALPATCHES=...
# Directory where local patches are stored. See pkgsrc/Packages.txt.
# Directory where local patches are stored. See pkgsrc/doc/pkgsrc.txt.
# Possible: Any local directory
# Default: none

Expand Down

0 comments on commit af43f6c

Please sign in to comment.