diff options
author | steve <steve@FreeBSD.org> | 1998-07-04 07:30:35 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-04 07:30:35 +0800 |
commit | 96cbffd40aaecb80c606bd563ca9e71a2d49f6d3 (patch) | |
tree | 0f77965077488b57c7d6a2515e980c1affac053f /mail/smtpd/Makefile | |
parent | b28d5a6c7302f32720f4528aec034bf82e3a6559 (diff) | |
download | freebsd-ports-gnome-96cbffd40aaecb80c606bd563ca9e71a2d49f6d3.tar.gz freebsd-ports-gnome-96cbffd40aaecb80c606bd563ca9e71a2d49f6d3.tar.zst freebsd-ports-gnome-96cbffd40aaecb80c606bd563ca9e71a2d49f6d3.zip |
Make this compile again in -current.
PR: 6977
Submitted by: maintainer
Diffstat (limited to 'mail/smtpd/Makefile')
-rw-r--r-- | mail/smtpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile index d45778afa73a..e4061eefcbe0 100644 --- a/mail/smtpd/Makefile +++ b/mail/smtpd/Makefile @@ -1,9 +1,9 @@ # Ports collection makefile for: smtpd # Version required: 2.0 # Date created: 06 Feb 1998 -# Whom: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br> +# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/01 01:58:51 obrien Exp $ # DISTNAME= smtpd-2.0 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.obtuse.com/pub/smtpd/ PATCH_SITES= ${MASTER_SITES} PATCHFILES= patch-smtpd-2.0-RBL.gz -MAINTAINER= jonny@coppe.ufrj.br +MAINTAINER= jonny@jonny.eng.br # Directory where smtpd will chroot to, and put the received mail # If you change it here, change also patches/patch-aa |