diff options
author | tron <tron@pkgsrc.org> | 1998-03-05 15:26:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-05 15:26:03 +0000 |
commit | 38e071b1399a67d14312bcae94da27b0eed47ad6 (patch) | |
tree | df3d702c3069ba1c355fb6a3e5e66d1b6b65abaf | |
parent | a01c33211e8a699f94fb076f6c05a41741a32484 (diff) | |
download | pkgsrc-38e071b1399a67d14312bcae94da27b0eed47ad6.tar.gz |
Document "MANZ" work arround in section 9.9.
-rw-r--r-- | Packages.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt index 9d3b306bce5..4fa66db50f8 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.19 1998/02/27 02:46:29 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.20 1998/03/05 15:26:03 tron Exp $ ########################################################################### ========================== @@ -910,6 +910,20 @@ 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 + + 10 Submitting ============= |