diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-05-06 04:54:37 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-05-06 04:54:37 +0800 |
commit | 9fd0d4f46ed650bbc6311d7caa3909f12710994f (patch) | |
tree | 90acc3c47a4e2261b199b5827bd7581d796aebdb /audio/sox | |
parent | dad33c17bd6fcaf9805c6ce3b66f17cbf1b93eed (diff) | |
download | freebsd-ports-gnome-9fd0d4f46ed650bbc6311d7caa3909f12710994f.tar.gz freebsd-ports-gnome-9fd0d4f46ed650bbc6311d7caa3909f12710994f.tar.zst freebsd-ports-gnome-9fd0d4f46ed650bbc6311d7caa3909f12710994f.zip |
compress the manpage
Diffstat (limited to 'audio/sox')
-rw-r--r-- | audio/sox/Makefile | 5 | ||||
-rw-r--r-- | audio/sox/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 4831d9b7fc9d..b1a8c6f8897e 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.4 1995/04/11 19:46:52 asami Exp $ +# $Id: Makefile,v 1.5 1995/05/05 20:43:47 torstenb Exp $ # DISTNAME= sox10p11 @@ -14,4 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= torstenb@FreeBSD.ORG +post-install: + gzip -9nf ${PREFIX}/man/man1/sox.1 + .include <bsd.port.mk> diff --git a/audio/sox/pkg-plist b/audio/sox/pkg-plist index c4db356963c8..8a16686b665a 100644 --- a/audio/sox/pkg-plist +++ b/audio/sox/pkg-plist @@ -1,2 +1,2 @@ bin/sox -man/man1/sox.1 +man/man1/sox.1.gz |