diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-04 15:13:47 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-04 15:13:47 +0000 |
commit | cab34d713468934f14cc34278273df7f8f5501ca (patch) | |
tree | 7cb9abc52f357d59fb55f8c2fcfd5eaff45307f5 /mail/postfix/Makefile | |
parent | 8fe3a746d920c0fffa1dcfbb05cf029e78264ee4 (diff) | |
download | ports-cab34d713468934f14cc34278273df7f8f5501ca.tar.gz ports-cab34d713468934f14cc34278273df7f8f5501ca.zip |
Proper link when use OPENSSL from ports.
PR: 86861
Pointed by: Uffe Vedenbrant <uffe@vedenbrant.se>
Approved by: vivek@khera.org (maintainer), pav (mentor)
Notes
Notes:
svn path=/head/; revision=144172
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail |