diff options
author | jschauma <jschauma> | 2003-06-26 15:12:07 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-06-26 15:12:07 +0000 |
commit | d305ed0e15449f7cd93696866cd13ebf51fb1b7d (patch) | |
tree | 2acb0b29c9902c9ab4ac84d4b2e872edc1bcc91a /pkgtools/pkg_install | |
parent | 056bd171fe1d712862ebabaf29a45ec87a0841d3 (diff) | |
download | pkgsrc-d305ed0e15449f7cd93696866cd13ebf51fb1b7d.tar.gz |
Synch with basesrc:
Quote % characters in macro lines.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/create/pkg_create.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgtools/pkg_install/files/create/pkg_create.1 b/pkgtools/pkg_install/files/create/pkg_create.1 index ec62ee4342b..0c7b7d8f998 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.2 2003/01/14 15:18:34 jschauma Exp $ +.\" $NetBSD: pkg_create.1,v 1.3 2003/06/26 15:12:07 jschauma Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -346,24 +346,24 @@ is set to and the last extracted file was .Pa bin/emacs . .Bl -tag -width indent -compact -.It Cm "%F" +.It Cm "\&%F" Expands to the last filename extracted (as specified), in the example case .Pa bin/emacs -.It Cm "%D" +.It Cm "\&%D" Expand to the current directory prefix, as set with .Cm @cwd , in the example case .Pa /usr/local . -.It Cm "%B" +.It Cm "\&%B" Expand to the ``basename'' of the fully qualified filename, that is the current directory prefix, plus the last filespec, minus the trailing filename. In the example case, that would be .Pa /usr/local/bin . -.It Cm "%f" +.It Cm "\&%f" Expand to the ``filename'' part of the fully qualified name, or the converse of -.Cm %B , +.Cm \&%B , being in the example case, .Pa emacs . .El @@ -372,7 +372,7 @@ Execute .Ar command as part of the deinstallation process. Expansion of special -.Cm % +.Cm \&% sequences is the same as for .Cm @exec . This command is not executed during the package add, as |