Add an example for the correct invocation of the pkg-install script from the
port's Makefile, specifying PKG_PREFIX and using the ${PKGINSTALL} variable. PR: 74328 Submitted by: "freebsd@simplerezo.com" <freebsd@simplerezo.com>
This commit is contained in:
parent
dd553e5dd6
commit
d29e443f29
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23026
1 changed files with 3 additions and 1 deletions
|
@ -5014,7 +5014,9 @@ ${PREFIX}/man/ja/man4/baz.4.gz</programlisting>
|
|||
<para>This script is not run automatically if you install the port
|
||||
with <command>make install</command>. If you are depending on it
|
||||
being run, you will have to explicitly call it from your port's
|
||||
<filename>Makefile</filename>.</para>
|
||||
<filename>Makefile</filename>, with a line like
|
||||
<literal>PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
|
||||
${PKGNAME} PRE-INSTALL</literal>.</para>
|
||||
</note>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue