Clarify exactly where pkgsrc.tar.gz should be extracted.

Fixes install/9580 (INSTALL is vague about pkgsrc installation location)
This commit is contained in:
jhawk 2000-04-13 18:24:13 +00:00
parent c4f30d4a4e
commit a110807f8f
1 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: postinstall,v 1.5 2000/04/13 15:46:43 hubertf Exp $
.\" $NetBSD: postinstall,v 1.6 2000/04/13 18:24:13 jhawk Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -191,11 +191,14 @@ Precompiled binaries can be found at
Package sources for compiling packages can be obtained by
retrieving the file
.Lk ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files/pkgsrc.tar.gz
and extracting it into
.Pa /usr/pkgsrc .
See
They should then be extracted into
.Pa /usr/pkgsrc
with the command:
.D1 Ic "cat pkgsrc.tar.gz | gunzip | (mkdir /usr/pkgsrc;
.D1 Ic "cd /usr/pkgsrc; tar xpf - )
After extracting, then see
.Pa /usr/pkgsrc/README
then for more information.
for more information.
.El
.It
Misc