aboutsummaryrefslogtreecommitdiff
path: root/mail/pine4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pine4/Makefile')
-rw-r--r--mail/pine4/Makefile6
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>