diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-06-14 15:05:43 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-06-14 15:05:43 +0000 |
| commit | c554b6316d25cca31b174f95377e9103aae180ef (patch) | |
| tree | 764bad44eecfeeab4b24776c379e71db81e64c08 /usr.sbin/pkg_install/create | |
| parent | 2d0d7ca29f72a3a19c5e1c0db1ce89d480cc5ad2 (diff) | |
Implement @noinst field which has at the moment the same meaning and
function as @comment has. But will be valid only for files and not
for md5 sums, rcsid's and comments in the future.
Submitted by: flz
Approved by: re@ (scottl)
Notes
svn path=/head/; revision=147381
Diffstat (limited to 'usr.sbin/pkg_install/create')
| -rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 14bf58f40668..1337ee973edd 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -472,6 +472,16 @@ Imbed a comment in the packing list. Useful in trying to document some particularly hairy sequence that may trip someone up later. +.It Cm @noinst Ar option Ar file +Specify that the package would have installed +.Pa file +if +.Pa option +had been specified at build time. The action of +.Cm @noinst +is the same that +.Cm @comment +(which is doing nothing, it is just additional information). .It Cm @ignore Used internally to tell extraction to ignore the next file (do not copy it anywhere), as it is used for some special purpose. |
