diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 12:39:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 12:39:04 +0000 |
commit | 649c3a0b7edd1940de9e4f2ea321f78e559247eb (patch) | |
tree | e0a5679f9a01a9e5bbd0ee6c9ce84cc447cbf93f /devel/cflow | |
parent | 1dfe6a045a10f37c683e72717b46bbcd3d67acd5 (diff) | |
download | ports-649c3a0b7edd1940de9e4f2ea321f78e559247eb.tar.gz ports-649c3a0b7edd1940de9e4f2ea321f78e559247eb.zip |
"gzip --best" -> "gzip -9nf" for manpage compression. Otherwise it
will ask if you want to overwrite it if the compressed manpage already
exists.
Notes
Notes:
svn path=/head/; revision=2248
Diffstat (limited to 'devel/cflow')
-rw-r--r-- | devel/cflow/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cflow/files/patch-aa b/devel/cflow/files/patch-aa index f86901ec3f5c..9fc9eeb2aaea 100644 --- a/devel/cflow/files/patch-aa +++ b/devel/cflow/files/patch-aa @@ -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" \ |