summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-06-26 15:12:07 +0000
committerjschauma <jschauma@pkgsrc.org>2003-06-26 15:12:07 +0000
commitefd2c1e98a9f7a1d5f9120affe2122dc852693f2 (patch)
tree2acb0b29c9902c9ab4ac84d4b2e872edc1bcc91a /pkgtools
parent407dabf750605ae278a9858714ce09698a3e37c5 (diff)
downloadpkgsrc-efd2c1e98a9f7a1d5f9120affe2122dc852693f2.tar.gz
Synch with basesrc:
Quote % characters in macro lines.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/create/pkg_create.114
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