Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 18:58:13 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r43050 - head/en_US.ISO8859-1/books/porters-handbook
Message-ID:  <201310281858.r9SIwDtf087342@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Oct 28 18:58:13 2013
New Revision: 43050
URL: http://svnweb.freebsd.org/changeset/doc/43050

Log:
  Do not tell people to use the MAN* macros as they are being phased out.

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Oct 28 18:54:36 2013	(r43049)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Mon Oct 28 18:58:13 2013	(r43050)
@@ -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 &lt;bsd.port.mk&gt;</programlisting>
 
       <note>
@@ -226,9 +222,8 @@ WWW: http://www.oneko.org/</programlisti
 	  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/</programlisti
 	<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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310281858.r9SIwDtf087342>