diff options
author | culot <culot@FreeBSD.org> | 2015-05-08 21:34:30 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2015-05-08 21:34:30 +0800 |
commit | 0bd3d51fa5eb994e897adadabab4fa00ad888f03 (patch) | |
tree | fd642af283c49c50f7523956ac7754dd2439b262 /mail | |
parent | 36e0e06df4a8f3749a1a51b55324c2df736c295e (diff) | |
download | freebsd-ports-gnome-0bd3d51fa5eb994e897adadabab4fa00ad888f03.tar.gz freebsd-ports-gnome-0bd3d51fa5eb994e897adadabab4fa00ad888f03.tar.zst freebsd-ports-gnome-0bd3d51fa5eb994e897adadabab4fa00ad888f03.zip |
- Reassign to the heap after sahil@'s bit was taken in for safekeeping
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 3283f43a80d1..3fca5548fee4 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -17,7 +17,7 @@ PKGNAMESUFFIX= -current DISTNAME= ${PORTNAME}-3.0.0 DIST_SUBDIR= ${PORTNAME} -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Secure alternative to widely-used Sendmail LICENSE= IPL10 diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d5fec08e3a29..bc2329f500f5 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ MASTER_SITES:= ${MASTER_SITES:S|$|official/|} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Secure alternative to widely-used Sendmail LICENSE= IPL10 |