DragonFly On-Line Manual Pages
PKG-PLIST(1) DragonFly General Commands Manual PKG-PLIST(1)
NAME
pkg-plist - Automatically generate a pkg-list
SYNOPSIS
pkg-plist [-hdn] [-p portdir] [-x prefix]
DESCRIPTION
-h, --help
Print help message and exit
-x, --prefix
Temporary prefix to use (Default: /var/tmp/ptest or
${STAGEDIR}${LOCALBASE})
-p, --portdir
Port directory (Default: current directory)
-d, --noportdocs
Do not prefix entries in %%DOCSDIR%% with %%PORTDOCS%%
-e, --noportexamples
Do not prefix entries in %%EXAMPLESSDIR%% with %%PORTEAMPLES%%
-i, --ignoredoc
Ignore all entries in %%DOCSDIR%% (if you use PORTDOCS in the
Makefile)
-s, --skip
Skip these variables. Comma separated w/o spaces
The following variables are always skipped:
LIB32DIR, XAWVER, OSREL, PREFIX, X11BASE, and any varaible with a
value of 1 or less characters.
AUTHORS
o Martin Tournoij <martin@arp242.net>
o lightside <lightside@gmx.com>
http://code.arp242.net/pkg-plist
PKG-PLIST(1)