diff options
author | asami <asami@FreeBSD.org> | 1996-07-17 03:58:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-17 03:58:38 +0000 |
commit | 63a12d1a0b90b7f7a77e6aa73ceffc92a8dcd5c5 (patch) | |
tree | 7b45e0492d43dc9ded16b8c328651053ae5c6556 /mail/pine4/Makefile | |
parent | a0313a39928f274b2be08bcba184f728cad0df74 (diff) | |
download | FreeBSD-ports-63a12d1a0b90b7f7a77e6aa73ceffc92a8dcd5c5.zip FreeBSD-ports-63a12d1a0b90b7f7a77e6aa73ceffc92a8dcd5c5.tar.gz |
Upgrade, 3.91 -> 3.95. This version is supposed to fix a lot of bugs.
Submitted by: "Matthew N. Dodd" <winter@jurai.net>
Diffstat (limited to 'mail/pine4/Makefile')
-rw-r--r-- | mail/pine4/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 2485a44..43df8bc 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -1,21 +1,23 @@ # New ports collection makefile for: pine -# Version required: 3.91 +# Version required: 3.95 # Date created: 03 September 1994 # Whom: mr # -# $Id: Makefile,v 1.10 1995/05/18 08:55:37 asami Exp $ +# $Id: Makefile,v 1.11 1995/08/14 11:52:36 asami Exp $ # -DISTNAME= pine3.91 -PKGNAME= pine-3.91 +DISTNAME= pine3.95 +PKGNAME= pine-3.95 CATEGORIES+= mail MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ -EXTRACT_SUFX= .tar.Z 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 .include <bsd.port.mk> |