diff options
author | tron <tron@pkgsrc.org> | 1998-03-07 14:18:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-07 14:18:40 +0000 |
commit | de2c07c0bb18cbb8570ef7359dcad55fefba3e1e (patch) | |
tree | bf6663154154d57624dd641b110232dfa3311fde | |
parent | 192eeebf0c68d3d5bede23c2af568eba6c0a2913 (diff) | |
download | pkgsrc-de2c07c0bb18cbb8570ef7359dcad55fefba3e1e.tar.gz |
Removed section 9.9 because the work arround doesn't work as expected,
rename section 9.10 to 9.9.
-rw-r--r-- | Packages.txt | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/Packages.txt b/Packages.txt index 29b38c0bc14..61af06934d4 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.21 1998/03/05 16:37:14 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.22 1998/03/07 14:18:40 tron Exp $ ########################################################################### ========================== @@ -910,22 +910,8 @@ variables look like: See section 4.3 on how to remove RCS IDs from patch files. - 9.9 Distribution Makefile compresses manual pages automatically - =============================================================== - -Some distribution files used to create our packages come with BSDish -Makefiles that compress manual pages automatically if "MANZ" is defined. -To avoid an error on "make install" because the manual pages can't be -compressed by <bsd.port.mk> add this work arround to the package's Makefile: - -# MANZ is handled automatically -.if defined(MANZ) -MANCOMPRESSED= 1 -.endif - - - 9.10 How to pull in variables from /etc/mk.conf - =============================================== + 9.9 How to pull in variables from /etc/mk.conf + ============================================== The problem with package-defined variables that can be overridden via /etc/mk.conf is that the values of these variables aren't known at the |