diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:42:58 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:42:58 +0000 |
commit | a107548d6a11d64d3b5a83b09415ff0613200176 (patch) | |
tree | e7494b49c667e0be23e88248ba1668f3c3d2682b /mail/pine4 | |
parent | acfea8ebe35af0ee8edf15f9ee6e8c88fe9b84f8 (diff) | |
download | ports-a107548d6a11d64d3b5a83b09415ff0613200176.tar.gz ports-a107548d6a11d64d3b5a83b09415ff0613200176.zip |
Notes
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> |