Do not tell people to use the MAN* macros as they are being phased out.
This commit is contained in:
parent
c614eae518
commit
ada5654f85
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43050
1 changed files with 4 additions and 8 deletions
|
@ -133,12 +133,8 @@ PORTVERSION= 1.1b
|
|||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
|
||||
|
||||
MAINTAINER= asami@FreeBSD.org
|
||||
MAINTAINER= youremail@example.com
|
||||
COMMENT= Cat chasing a mouse all over the screen
|
||||
|
||||
MAN1= oneko.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk></programlisting>
|
||||
|
||||
<note>
|
||||
|
@ -226,9 +222,8 @@ WWW: http://www.oneko.org/</programlisting>
|
|||
is also called the <quote>packing list</quote> because the
|
||||
package is generated by packing the files listed here. The
|
||||
pathnames are relative to the installation prefix (usually
|
||||
<filename>/usr/local</filename>. If you are using the
|
||||
<makevar>MAN<replaceable>n</replaceable></makevar> variables
|
||||
(as you should be), do not list any manpages here. If the
|
||||
<filename>/usr/local</filename>.
|
||||
If the
|
||||
port creates directories during installation, make sure to
|
||||
add <literal>@dirrm</literal> lines to remove them when the
|
||||
package is deleted.</para>
|
||||
|
@ -236,6 +231,7 @@ WWW: http://www.oneko.org/</programlisting>
|
|||
<para>Here is a small example:</para>
|
||||
|
||||
<programlisting>bin/oneko
|
||||
man/man1/oneko.1.gz
|
||||
lib/X11/app-defaults/Oneko
|
||||
lib/X11/oneko/cat1.xpm
|
||||
lib/X11/oneko/cat2.xpm
|
||||
|
|
Loading…
Reference in a new issue