diff options
author | asami <asami@FreeBSD.org> | 1995-05-18 08:55:37 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-18 08:55:37 +0000 |
commit | 5b58c1845e65732e4f8f0b8f1d6accf5cd95c667 (patch) | |
tree | 8657fd1627f29e06a018b03feeaa3f70d8ff9b2a /mail | |
parent | 46f3477a2dfe4319cb3049619e45e3031a945846 (diff) | |
download | FreeBSD-ports-5b58c1845e65732e4f8f0b8f1d6accf5cd95c667.zip FreeBSD-ports-5b58c1845e65732e4f8f0b8f1d6accf5cd95c667.tar.gz |
Compress manpages.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 140b474..2a75b38 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -3,7 +3,7 @@ # Date created: 03 September 1994 # Whom: mr # -# $Id: Makefile,v 1.8 1995/04/11 20:28:22 asami Exp $ +# $Id: Makefile,v 1.9 1995/04/23 12:47:15 asami Exp $ # DISTNAME= pine3.91 @@ -12,4 +12,8 @@ CATEGORIES+= mail MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ EXTRACT_SUFX= .tar.Z +post-install: + gzip -9nf ${PREFIX}/man/man1/pine.1 + gzip -9nf ${PREFIX}/man/man1/pico.1 + .include <bsd.port.mk> |