diff options
author | wiz <wiz> | 2007-05-19 14:42:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-05-19 14:42:10 +0000 |
commit | c2c2a65fc817d169a85cd91e120ede8fb443b9b0 (patch) | |
tree | 2fcf2936a648f90db03bc40e0bc488e391888b2c | |
parent | aa3253608b7663db837d8f5fa7da1e1bb3649bbe (diff) | |
download | pkgsrc-c2c2a65fc817d169a85cd91e120ede8fb443b9b0.tar.gz |
Sync with pkgsrc (1.46).
-rw-r--r-- | pkgtools/pkg_install/files/create/pkg_create.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/files/create/pkg_create.1 b/pkgtools/pkg_install/files/create/pkg_create.1 index 2d389219d89..abc1eff8e57 100644 --- a/pkgtools/pkg_install/files/create/pkg_create.1 +++ b/pkgtools/pkg_install/files/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_create.1,v 1.8 2007/03/11 22:05:03 joerg Exp $ +.\" $NetBSD: pkg_create.1,v 1.9 2007/05/19 14:42:10 wiz Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -24,7 +24,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd March 8, 2007 +.Dd May 19, 2007 .Dt PKG_CREATE 1 .Os .Sh NAME @@ -250,7 +250,6 @@ list will be added to the packing list in the form of .Cm @blddep directives. .It Fl T Ar buildpkgs -This is assumed to be a whitespace separated list of package names. The exact versions of the packages referred to in the .Ar buildpkgs list will be added to the packing list in the form of @@ -259,6 +258,8 @@ directives. This directives are stored after those created by the .Fl P option. +.Ar buildpkgs +is assumed to be a whitespace separated list of package names. .It Fl p Ar prefix Set .Ar prefix @@ -518,7 +519,7 @@ and so cannot co-exist on the same system. .Xr pkg_delete 1 , .Xr pkg_info 1 , .Xr sysconf 3 , -.Xr packages 7 +.Xr pkgsrc 7 .Sh HISTORY The .Nm |