diff options
author | petef <petef@FreeBSD.org> | 2003-01-09 13:10:39 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-09 13:10:39 +0800 |
commit | 84184b00021ffd7c0bd80c122716e6b65cf8a2c2 (patch) | |
tree | aca7d94e805dec18284dd4a2f2a60a4e579ca18a /mail/postfix28/Makefile | |
parent | 0b609db1303a64f68a2683f1bac45317c0803d41 (diff) | |
download | freebsd-ports-gnome-84184b00021ffd7c0bd80c122716e6b65cf8a2c2.tar.gz freebsd-ports-gnome-84184b00021ffd7c0bd80c122716e6b65cf8a2c2.tar.zst freebsd-ports-gnome-84184b00021ffd7c0bd80c122716e6b65cf8a2c2.zip |
Update to 2.0.0.2.
PR: 46691
Submitted by: maintainer
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 6adf63b1ee81..f75e2d5770bf 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -9,10 +9,11 @@ # # make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" # -# the options are the same names as in the scripts/configure.postfix file +# the options are the same names as in the scripts/configure.postfix file. +# POSTFIX_OPTIONS can be set in /etc/make.conf also. PORTNAME= postfix -PORTVERSION= 1.1.12 +PORTVERSION= 2.0.0.2 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -45,6 +46,8 @@ MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ # patch it. MAN8base=$(MAN8:S/tlsmgr.8//) +NO_LATEST_LINK= yes + CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ relocated transport virtual |