diff options
author | agc <agc@pkgsrc.org> | 1998-06-18 15:12:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-18 15:12:22 +0000 |
commit | 542918d85498ce24db0e33cd806340d3f8b82bc6 (patch) | |
tree | 51168452b108b5fe2cbd380d05799edde3e78e79 | |
parent | eb2a8479356da2fcdf24e7d7a4a58881824d25eb (diff) | |
download | pkgsrc-542918d85498ce24db0e33cd806340d3f8b82bc6.tar.gz |
Update the documentation to reflect the automatic manual page handling
changes.
-rw-r--r-- | Packages.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Packages.txt b/Packages.txt index dd6f075f6e6..b682a24754b 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.35 1998/06/10 09:01:12 agc Exp $ +# $NetBSD: Packages.txt,v 1.36 1998/06/18 15:12:22 agc Exp $ ########################################################################### ========================== @@ -299,9 +299,9 @@ and variables. Please pay attention to the following gotchas, especially when preparing a package from the FreeBSD ports collection: - - Update MANx (where x is 1-9, N or L); important for manpages being - compressed correctly if MANZ is set - - Do the same for CATx, if the package installs any formatted manpages. + - Remove all MANx and CATx definitions from the package Makefile - + NetBSD has implemented automatic manual page handling, and these + definitions are now obsolete. - Add MANCOMPRESSED (if not already there) if manpages are installed in compressed form by the package; see comment in bsd.pkg.mk - Replace /usr/local by ${PREFIX} in all files (see patches below) @@ -1121,7 +1121,6 @@ The file contents in this section must be used without the "> " prefix. > BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo > > GNU_CONFIGURE= yes -> MAN1= bison.1 > > post-install: > @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir |