diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-04-02 02:01:27 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-04-02 02:01:27 +0800 |
commit | d4e546433a8dbc8d72029fa8ed735748c72392ff (patch) | |
tree | 157e0e74ad94e9192c0663516a846b0f229e3f68 /mail/postfix26/Makefile | |
parent | 61ba0dda708238936957813ec786cae341f23ff8 (diff) | |
download | freebsd-ports-gnome-d4e546433a8dbc8d72029fa8ed735748c72392ff.tar.gz freebsd-ports-gnome-d4e546433a8dbc8d72029fa8ed735748c72392ff.tar.zst freebsd-ports-gnome-d4e546433a8dbc8d72029fa8ed735748c72392ff.zip |
Update postfix to 1.1.7
PR: 36621
Submitted by: maintainer
Diffstat (limited to 'mail/postfix26/Makefile')
-rw-r--r-- | mail/postfix26/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 23f8ee1d9b4f..fdc21a706a7d 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -22,6 +22,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com USE_SUBMAKE= yes +IS_INTERACTIVE= yes MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ |