From a107548d6a11d64d3b5a83b09415ff0613200176 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 17 Nov 1996 07:42:58 +0000 Subject: Convert to use MAN[1-8LN] --- mail/pine4/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'mail/pine4') 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 -- cgit v1.2.3