All the names of
pkg-
are
defined using variables that can be changed in the
*
Makefile
if needed. This is especially
useful when sharing the same
pkg-
files
among several ports or when it is necessary to write to one of these files.
See writing to places other than
*
WRKDIR
for why it is a bad idea to
write directly into
the directory containing the
pkg-
files.*
Here is a list of variable names and their default values.
(PKGDIR
defaults to
${MASTERDIR}
.)
Variable | Default value |
---|---|
DESCR | ${PKGDIR}/pkg-descr |
PLIST | ${PKGDIR}/pkg-plist |
PKGINSTALL | ${PKGDIR}/pkg-install |
PKGDEINSTALL | ${PKGDIR}/pkg-deinstall |
PKGMESSAGE | ${PKGDIR}/pkg-message |
本文及其他文件,可由此下載: ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/。
若有 FreeBSD 方面疑問,請先閱讀
FreeBSD 相關文件,如不能解決的話,再洽詢
<questions@FreeBSD.org>。
關於本文件的問題,請洽詢
<doc@FreeBSD.org>。