diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-09 05:10:39 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-09 05:10:39 +0000 |
commit | bf133b48fb41f0413a2112b1322815b169f1e3cc (patch) | |
tree | 40cbec7d8e50b590ec0adb4c6fe2f96e5f934ac2 /mail/postfix22/Makefile | |
parent | 93b29efc4f016c70dabed458e1af1332557b55ed (diff) |
Notes
Diffstat (limited to 'mail/postfix22/Makefile')
-rw-r--r-- | mail/postfix22/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 6adf63b1ee81..f75e2d5770bf 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/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 |