diff options
author | mnag <mnag@FreeBSD.org> | 2007-04-05 01:18:18 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-04-05 01:18:18 +0800 |
commit | 4564fa7a20f2a0e826acce22c00c3d417dd5814c (patch) | |
tree | 618e895b855fa618537d8e383221cc4787b88a8c /mail/postfix23/Makefile | |
parent | 189dfdd0ab3d58e1ea99f651d1e0ccde42452302 (diff) | |
download | freebsd-ports-gnome-4564fa7a20f2a0e826acce22c00c3d417dd5814c.tar.gz freebsd-ports-gnome-4564fa7a20f2a0e826acce22c00c3d417dd5814c.tar.zst freebsd-ports-gnome-4564fa7a20f2a0e826acce22c00c3d417dd5814c.zip |
* mail/postfix
- Update to 2.4.0
- Install qshape as default
- Install test programs in PREFIX/bin instead of PREFIX/sbin to respect hier(7)
* mail/postfix23
- Repocopied from mail/postfix to reflect 2.3.x version [1]
* mail/Makefile
- Add postfix23
Approved by: vivek___khera.org (maintainer)
Repocopy by: marcus [1]
Diffstat (limited to 'mail/postfix23/Makefile')
-rw-r--r-- | mail/postfix23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index 9603dacaaf4d..7fba416cb363 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -19,13 +19,13 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: mnag@FreeBSD.org -MAINTAINER= vivek@khera.org +MAINTAINER= mnag@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-24-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_PERL5_BUILD=yes USE_RC_SUBR= postfix.sh |