Date: Sun, 23 Apr 1995 04:02:27 -0700 From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) To: ports@FreeBSD.org Subject: Let's compress our manpages! Message-ID: <199504231102.EAA27328@silvia.HIP.Berkeley.EDU>
next in thread | raw e-mail | index | archive | help
Hello ports world, Now that we have the post-install target in place, we can easily compress all the man pages that are installed uncompressed. I recommend you to go through your pkg/PLIST, and if you find something (say, man/man1/yikes.1) that's uncompressed, do the following: (1) Change the line in PLIST to man/man1/yikes.1.gz (2) Add the following to your Makefile post-install: gzip -9nf ${PREFIX}/man/man1/yikes.1 Thanks! Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504231102.EAA27328>