diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-18 08:55:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-18 08:55:37 +0000 |
commit | 705d26dd500daea9c52b5950eb3d437ffd9ded69 (patch) | |
tree | 0aa9e5d7e082ffcf7a39c12d6b6d9701cf482c1f /mail/pine4 | |
parent | 3f5221976997739baf4786a15e47dbd71463c125 (diff) | |
download | ports-705d26dd500daea9c52b5950eb3d437ffd9ded69.tar.gz ports-705d26dd500daea9c52b5950eb3d437ffd9ded69.zip |
Notes
Diffstat (limited to 'mail/pine4')
-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 140b4747e745..2a75b38418cb 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> |