summaryrefslogtreecommitdiff
path: root/mail/pine4
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:42:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:42:58 +0000
commita107548d6a11d64d3b5a83b09415ff0613200176 (patch)
treee7494b49c667e0be23e88248ba1668f3c3d2682b /mail/pine4
parentGziped most of the manpages (except those that are linked to) (diff)
Convert to use MAN[1-8LN]
Notes
Notes: svn path=/head/; revision=4536
Diffstat (limited to 'mail/pine4')
-rw-r--r--mail/pine4/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile
index 8eab7308aab1..73427ef9b603 100644
--- a/mail/pine4/Makefile
+++ b/mail/pine4/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 September 1994
# Whom: mr
#
-# $Id: Makefile,v 1.12 1996/07/17 03:57:57 asami Exp $
+# $Id: Makefile,v 1.13 1996/11/10 21:32:21 obrien Exp $
#
DISTNAME= pine3.95
@@ -11,13 +11,9 @@ PKGNAME= pine-3.95
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/pine.1
- gzip -9nf ${PREFIX}/man/man1/pico.1
- gzip -9nf ${PREFIX}/man/man1/pilot.1
- gzip -9nf ${PREFIX}/man/man8/imapd.8c
- gzip -9nf ${PREFIX}/man/man8/ipopd.8c
-.endif
+MAINTAINER= ports@FreeBSD.org
+
+MAN1= pine.1 pico.1 pilot.1
+MAN8= imapd.8c ipopd.8c
.include <bsd.port.mk>