diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 15:42:58 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 15:42:58 +0800 |
commit | b7cb0185df43074ae6316827da6cff0b6652bf21 (patch) | |
tree | 7347683496a977ba20d5489818b598c75fba1782 /mail/pine4 | |
parent | 9ee5c31e31978e737259ee28c337946a95f3758a (diff) | |
download | freebsd-ports-gnome-b7cb0185df43074ae6316827da6cff0b6652bf21.tar.gz freebsd-ports-gnome-b7cb0185df43074ae6316827da6cff0b6652bf21.tar.zst freebsd-ports-gnome-b7cb0185df43074ae6316827da6cff0b6652bf21.zip |
Convert to use MAN[1-8LN]
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/Makefile | 14 |
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> |