man pages are just regular files now and must be listed in the pkg-plist
This commit is contained in:
parent
abfa5b522a
commit
4e87d8f011
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43052
1 changed files with 2 additions and 4 deletions
|
@ -10125,10 +10125,8 @@ etc/orbit.conf.sample
|
|||
<screen>&prompt.root; <userinput>(cd /var/tmp/`make -V PORTNAME` && find -d * -type d) | sort | comm -13 OLD-DIRS - | sort -r | sed -e 's#^#@dirrm #' >> pkg-plist</userinput></screen>
|
||||
|
||||
<para>Finally, you need to tidy up the packing list by hand; it
|
||||
is not <emphasis>all</emphasis> automated. Manual pages
|
||||
should be listed in the port's <filename>Makefile</filename>
|
||||
under <makevar>MAN<replaceable>n</replaceable></makevar>, and
|
||||
not in the package list. User configuration files should be
|
||||
is not <emphasis>all</emphasis> automated.
|
||||
User configuration files should be
|
||||
removed, or installed as
|
||||
<filename><replaceable>filename</replaceable>.sample</filename>.
|
||||
The <filename>info/dir</filename> file should not be listed
|
||||
|
|
Loading…
Reference in a new issue