Date: Mon, 28 Oct 2013 19:03:51 +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: r43052 - head/en_US.ISO8859-1/books/porters-handbook Message-ID: <201310281903.r9SJ3pZY091141@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Mon Oct 28 19:03:50 2013 New Revision: 43052 URL: http://svnweb.freebsd.org/changeset/doc/43052 Log: man pages are just regular files now and must be listed in the pkg-plist 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 19:01:24 2013 (r43051) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Oct 28 19:03:50 2013 (r43052) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310281903.r9SJ3pZY091141>