formatted man pages have suffix 0, not 1.
Use patch to change /usr/local to __PREFIX/share in nls/LANGS
Use sed to change __PREFIX into $PREFIX in nls/LANGS
across machines in an efficient manner, into the NetBSD packages
collection.
This is originally from the FreeBSD ports collection, but I've
(a) deleted the patches which add support for a client for the public
rsync daemon (I have no real way to test that under NetBSD), and
(b) added a patch to use mkstemp() instead of a mktemp(), open()
combination, and
(c) also upgraded to version 1.6.9 while I was at it.
to "no" in a package's Makefile when the authors have placed
restrictions on the redistribution of the distfiles. (Thanks to Jason
Thorpe for the idea).
Add a `mirror' target, which will do a "make fetch" if the package's
distfile is allowed to be redistributed. This is for use on sites
which mirror package distfiles. (Thanks to Charles Hannum for the
idea).
page). This fixes PR pkg/4850 by Perry E. Metzger <perry@piermont.com>.
Also while there, see that the section under which the info file in the
dir file ends up is "Shells", not "Misc". (To be consistent with zsh)
ghostscript5 package as (a) we should be encouraging people to use the
packages collection where possible, and (b) it messes up the package
depencies if we don't, to the extent that pkg_delete will have problems.
Specify the working directory name for pre-requisite packages the same
way that Hubert did (using ${WRKDIR:T}). This works both with and
without OBJMACHINE set.
Change the way that paper size is selected. All packages that use
a paper size definition should use a PAPER_SIZE definition, set in
either the environment or /etc/mk.conf. This can be set to "A4" or
"a4", but defaults to US letter ("letter") if not set. Re-define
the do-build target accordingly.