diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-06-23 03:40:26 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-06-23 03:40:26 +0000 |
commit | 8ecc0519f03e92a702a220da4cc89407337c8f12 (patch) | |
tree | 0c5803effb35de026d93c0f91aa0c5555d0c694e /mail/pine4/Makefile | |
parent | 15e7494bf2ccaa5a098005931b04d6169494412e (diff) | |
download | FreeBSD-ports-8ecc0519f03e92a702a220da4cc89407337c8f12.zip FreeBSD-ports-8ecc0519f03e92a702a220da4cc89407337c8f12.tar.gz |
Preparation for importing pine4 + SSL port.
Suggested-by: asami@freebsd.org
Diffstat (limited to 'mail/pine4/Makefile')
-rw-r--r-- | mail/pine4/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index a949c9b..6ee743e 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -3,15 +3,18 @@ # Date created: 09 July 1998 # Whom: Adrian Penisoara <ady@freebsd.ady.ro> # -# $Id: Makefile,v 1.32 1999/04/21 00:39:34 scrappy Exp $ +# $Id: Makefile,v 1.33 1999/06/21 07:52:21 mharo Exp $ # +# The changes to ?= on some of these lines is required for the +# pine4-ssl port. Also, please mirror changes to the files/ +# directory to the pine4-ssl port. -DISTNAME= pine4.10 -PKGNAME= pine-4.10 +DISTNAME?= pine4.10 +PKGNAME?= pine-4.10 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ -MAINTAINER= pine@freebsd.ady.ro +MAINTAINER?= pine@freebsd.ady.ro Y2K= http://www.washington.edu/pine/QandA/sysadmins.html#Millenium |