1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

"gzip --best" -> "gzip -9nf" for manpage compression. Otherwise it

will ask if you want to overwrite it if the compressed manpage already
exists.
This commit is contained in:
Satoshi Asami 1995-10-04 12:39:04 +00:00
parent 1dfe6a045a
commit 649c3a0b7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2248

View File

@ -109,7 +109,7 @@
!
! $(MANDIR)/cflow.1.gz: cflow.1
! $(INSTALL_CMD) -m 0644 $^ $(MANDIR)
! gzip --best $(MANDIR)/cflow.1
! gzip -9nf $(MANDIR)/cflow.1
cflow: cflow.sh
sed -e "s;@CFLOW_SHELL@;$(CFLOW_SHELL);g" \