diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-23 03:40:26 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-23 03:40:26 +0000 |
commit | e760e11fdbb4dfe7da67598f1b24b8e381a8a62c (patch) | |
tree | 25433aa40ae8ca2437d5a0ca1c2d2c10d4bfa354 /mail | |
parent | 73de457d8dc77d157a417f96c9987a3671623fe1 (diff) | |
download | ports-e760e11fdbb4dfe7da67598f1b24b8e381a8a62c.tar.gz ports-e760e11fdbb4dfe7da67598f1b24b8e381a8a62c.zip |
Notes
Diffstat (limited to 'mail')
-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 a949c9bc3c1c..6ee743efe79c 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 |